diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-28 20:56:03 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-28 20:56:03 +0800 |
commit | 53a46b5cee3e57c5e60276a3275830b1748fe1c1 (patch) | |
tree | 212415dae3ca7115e85d12d4ce6fd8c9af6533fa /editors/openoffice-3 | |
parent | 236ad23b40995af9dc21b934d44faf8b9c5d4427 (diff) | |
download | freebsd-ports-gnome-53a46b5cee3e57c5e60276a3275830b1748fe1c1.tar.gz freebsd-ports-gnome-53a46b5cee3e57c5e60276a3275830b1748fe1c1.tar.zst freebsd-ports-gnome-53a46b5cee3e57c5e60276a3275830b1748fe1c1.zip |
Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/lib
have been removed from the default settings.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-config_office+set_soenv.in | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/editors/openoffice-3/files/patch-config_office+set_soenv.in b/editors/openoffice-3/files/patch-config_office+set_soenv.in index 5cd53275cba4..f0f9c986eca0 100644 --- a/editors/openoffice-3/files/patch-config_office+set_soenv.in +++ b/editors/openoffice-3/files/patch-config_office+set_soenv.in @@ -1,5 +1,5 @@ --- set_soenv.in.orig Thu Feb 27 14:12:36 2003 -+++ set_soenv.in Fri Mar 28 07:16:24 2003 ++++ set_soenv.in Fri Mar 28 12:54:52 2003 @@ -52,7 +52,7 @@ #------------------------------------------------- # @@ -28,16 +28,32 @@ $WRAPCMD = ""; # Wrapper (only for winnt) # -@@ -982,6 +983,8 @@ - { $SOLAREXTRALIB = $L.$LIB. - $L.$USR.$LIB; +@@ -1184,7 +1185,7 @@ + $L_STLPORT_LIB. + $L.$XLIB; } -+if ($platform eq "$FreeBSD") -+{ $SOLAREXTRALIB = $L.$JAVA_HOME/jre/lib/i386; - - # Compiler include search directory paths. - if (($platform eq "$Solaris") || ($platform eq "$Linux") || ($platform eq "$FreeBSD") || -@@ -1265,7 +1268,13 @@ +-elsif (($platform eq "$Linux") || ($platform eq "$NetBSD") || ($platform eq "$Tru64") || ($platform eq "$Irix") || ($platform eq "$Irix64")) ++elsif (($platform eq "$Linux") || ($platform eq "$NetBSD") || ($platform eq "$Tru64") || ($platform eq "$Irix") || ($platform eq "$Irix64") || ($platform eq "$FreeBSD")) + { $SOLARLIB = $L.$par_dir.$LIB. + $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB. + $L.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB. +@@ -1196,15 +1197,6 @@ + $L_STLPORT_LIB. + $L.$XLIB; + } +-elsif ($platform eq "$FreeBSD") +-{ $SOLARLIB = $L.$par_dir.$LIB. +- $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB. +- $L.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB. +- $L.'$SOLARENV'.$ds.'$OUTPATH'.$LIB. +- $L.'$JAVA_HOME'.$LIB. +- $L_STLPORT_LIB. +- $L.$XLIB; +-} + elsif ($platform eq "$Winnt") + { $SOLARLIB = $L.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB. + $L.$par_dir.$LIB. +@@ -1265,7 +1257,13 @@ { $SOLARINC .=$I.'$JAVA_HOME'.$INCLUDE.$ds."linux"; } elsif ($platform eq "$FreeBSD") |