summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-28 08:58:17 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-28 08:58:17 +0000
commit53e78c96f62e6e7befd7c610f4674dc028564810 (patch)
tree9dc4106d3c6996a5a430f18c882f70a70ce10419 /editors/openoffice.org-3-RC
parentFix PLIST. (diff)
Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linux
and others. Must be a JDK difference.
Notes
Notes: svn path=/head/; revision=77594
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in b/editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in
index b32a5fd6d5bd..5cd53275cba4 100644
--- a/editors/openoffice.org-3-RC/files/patch-config_office+set_soenv.in
+++ b/editors/openoffice.org-3-RC/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")