aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-03-28 16:58:17 +0800
committermbr <mbr@FreeBSD.org>2003-03-28 16:58:17 +0800
commit38cb07e1018b9644a82f70bb723bc8cc46c21699 (patch)
tree880a912cfb577acab8595bed1808da97b0ccba8a /editors/openoffice.org-2-devel
parenta57559b728605ea335ba7f67394bbb2889727925 (diff)
downloadfreebsd-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.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-config_office+set_soenv.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2-devel/files/patch-config_office+set_soenv.in
index b32a5fd6d5bd..5cd53275cba4 100644
--- a/editors/openoffice.org-2-devel/files/patch-config_office+set_soenv.in
+++ b/editors/openoffice.org-2-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")