Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135731 | Differences between
and this patch

Collapse All | Expand All

(-)DBDesigner4.orig/startdbd (-3 / +3 lines)
Lines 20-29 Link Here
20
# First check to see if we have an LD_LIBRARY_PATH environment variable
20
# First check to see if we have an LD_LIBRARY_PATH environment variable
21
if [ -n "$LD_LIBRARY_PATH" ]; then
21
if [ -n "$LD_LIBRARY_PATH" ]; then
22
# we do, so prepend our path first
22
# we do, so prepend our path first
23
  export LD_LIBRARY_PATH="$app_ld_path:$LD_LIBRARY_PATH"
23
  export LD_LIBRARY_PATH="$app_ld_path:/opt/kylix3:$LD_LIBRARY_PATH"
24
else
24
else
25
  # we do not, so we will create the env var.
25
  # we do not, so we will create the env var.
26
  export LD_LIBRARY_PATH="$app_ld_path"
26
  export LD_LIBRARY_PATH="$app_ld_path:/opt/kylix3"
27
fi
27
fi
28
28
29
# make sure we have something specified for the LANG environment variable
29
# make sure we have something specified for the LANG environment variable
Lines 59-65 Link Here
59
fi
59
fi
60
60
61
#use the original qt files
61
#use the original qt files
62
export CLX_USE_LIBQT=yes
62
# export CLX_USE_LIBQT=yes
63
63
64
#QT smooth fonts
64
#QT smooth fonts
65
export QT_XFT=true
65
export QT_XFT=true

Return to bug 135731