summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-03-27 21:51:52 +0000
committermbr <mbr@FreeBSD.org>2003-03-27 21:51:52 +0000
commit87c62ce5e8d101fc124da048eb2837fa50280d35 (patch)
treef26e52cd112208a0dd7b044544b46dae250c2628 /editors/openoffice-3
parentc1089b87ecae9c344f201b7d56f25ccb5211eba1 (diff)
downloadFreeBSD-ports-87c62ce5e8d101fc124da048eb2837fa50280d35.zip
FreeBSD-ports-87c62ce5e8d101fc124da048eb2837fa50280d35.tar.gz
Add "bsd" include path to SOLARINC too.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/files/patch-config_office+set_soenv.in7
1 files changed, 4 insertions, 3 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 9ea6b11..b32a5fd 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 15:12:36 2003
-+++ set_soenv.in Wed Mar 5 21:16:43 2003
+--- set_soenv.in.orig Thu Feb 27 14:12:36 2003
++++ set_soenv.in Thu Mar 27 21:49:39 2003
@@ -52,7 +52,7 @@
#-------------------------------------------------
#
@@ -28,7 +28,7 @@
$WRAPCMD = ""; # Wrapper (only for winnt)
#
-@@ -1265,7 +1266,12 @@
+@@ -1265,7 +1266,13 @@
{ $SOLARINC .=$I.'$JAVA_HOME'.$INCLUDE.$ds."linux";
}
elsif ($platform eq "$FreeBSD")
@@ -38,6 +38,7 @@
+ $SOLARINC .=$I.'$JAVA_HOME'.$INCLUDE.$ds."linux";
+ } else {
+ $SOLARINC .=$I.'$JAVA_HOME'.$INCLUDE.$ds."freebsd";
++ $SOLARINC .=$I.'$JAVA_HOME'.$INCLUDE.$ds."bsd";
+ }
}
elsif ($platform eq "$NetBSD")
OpenPOWER on IntegriCloud