diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-28 05:51:52 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-28 05:51:52 +0800 |
commit | 87c62ce5e8d101fc124da048eb2837fa50280d35 (patch) | |
tree | f26e52cd112208a0dd7b044544b46dae250c2628 /editors/openoffice.org-2 | |
parent | c1089b87ecae9c344f201b7d56f25ccb5211eba1 (diff) | |
download | freebsd-ports-gnome-87c62ce5e8d101fc124da048eb2837fa50280d35.tar.gz freebsd-ports-gnome-87c62ce5e8d101fc124da048eb2837fa50280d35.tar.zst freebsd-ports-gnome-87c62ce5e8d101fc124da048eb2837fa50280d35.zip |
Add "bsd" include path to SOLARINC too.
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/files/patch-config_office+set_soenv.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/openoffice.org-2/files/patch-config_office+set_soenv.in b/editors/openoffice.org-2/files/patch-config_office+set_soenv.in index 9ea6b11bdab2..b32a5fd6d5bd 100644 --- a/editors/openoffice.org-2/files/patch-config_office+set_soenv.in +++ b/editors/openoffice.org-2/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") |