From 38cb07e1018b9644a82f70bb723bc8cc46c21699 Mon Sep 17 00:00:00 2001 From: mbr Date: Fri, 28 Mar 2003 08:58:17 +0000 Subject: Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linux and others. Must be a JDK difference. --- .../openoffice-devel/files/patch-config_office+set_soenv.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'editors/openoffice-devel') 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") -- cgit