diff --git a/etc/profile b/etc/profile index 7a15ff733..2a0186958 100755 --- a/etc/profile +++ b/etc/profile @@ -22,7 +22,7 @@ if [ "x$(id -u)" = "x0" ]; then fi # Set library path -export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/lib:/lib" +export LD_LIBRARY_PATH="/usr/local/lib:/usr/pkg/lib:/usr/X11R7/lib:/usr/lib:/lib" # Set the timezone export TZ=GMT0