diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-28 16:58:17 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-28 16:58:17 +0800 |
commit | 38cb07e1018b9644a82f70bb723bc8cc46c21699 (patch) | |
tree | 880a912cfb577acab8595bed1808da97b0ccba8a /editors/openoffice-devel | |
parent | a57559b728605ea335ba7f67394bbb2889727925 (diff) | |
download | freebsd-ports-gnome-38cb07e1018b9644a82f70bb723bc8cc46c21699.tar.gz freebsd-ports-gnome-38cb07e1018b9644a82f70bb723bc8cc46c21699.tar.zst freebsd-ports-gnome-38cb07e1018b9644a82f70bb723bc8cc46c21699.zip |
Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linux
and others. Must be a JDK difference.
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-config_office+set_soenv.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/openoffice-devel/files/patch-config_office+set_soenv.in b/editors/openoffice-devel/files/patch-config_office+set_soenv.in index b32a5fd6d5bd..5cd53275cba4 100644 --- a/editors/openoffice-devel/files/patch-config_office+set_soenv.in +++ b/editors/openoffice-devel/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 Thu Mar 27 21:49:39 2003 ++++ set_soenv.in Fri Mar 28 07:16:24 2003 @@ -52,7 +52,7 @@ #------------------------------------------------- # @@ -28,7 +28,16 @@ $WRAPCMD = ""; # Wrapper (only for winnt) # -@@ -1265,7 +1266,13 @@ +@@ -982,6 +983,8 @@ + { $SOLAREXTRALIB = $L.$LIB. + $L.$USR.$LIB; + } ++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 @@ { $SOLARINC .=$I.'$JAVA_HOME'.$INCLUDE.$ds."linux"; } elsif ($platform eq "$FreeBSD") |