aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-10 21:51:41 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-10 21:51:41 +0000
commit153720072ab5262fb16973885a906fb64a883348 (patch)
tree189427b073e575017707bdf66863838fe12ef00b /editors/openoffice.org-3-RC
parent168bc098ead79156280c8e78097a41ae769ae4fd (diff)
downloadports-153720072ab5262fb16973885a906fb64a883348.tar.gz
ports-153720072ab5262fb16973885a906fb64a883348.zip
We do not have GLIBC. Sigh.
Notes
Notes: svn path=/head/; revision=55828
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-set_soenv.19
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-set_soenv.1 b/editors/openoffice.org-3-RC/files/patch-set_soenv.1
index 9eb4e979c741..0281f98a02d0 100644
--- a/editors/openoffice.org-3-RC/files/patch-set_soenv.1
+++ b/editors/openoffice.org-3-RC/files/patch-set_soenv.1
@@ -1,5 +1,5 @@
--- set_soenv.1.orig Tue Nov 20 18:26:33 2001
-+++ set_soenv.1 Sat Mar 9 23:19:31 2002
++++ set_soenv.1 Sun Mar 10 22:44:58 2002
@@ -40,7 +40,7 @@
#
# Set this value equal to the corresponding amount of
@@ -40,7 +40,7 @@
}
elsif ( $platform eq "$Linux" )
{
-@@ -857,7 +861,10 @@
+@@ -857,11 +861,14 @@
$D.$OS.
$D.$CPUNAME;
if ($platform eq "$FreeBSD")
@@ -52,6 +52,11 @@
}
$SOLARDEF .= $D."_REENTRANT".
$D."_POSIX_PTHREAD_SEMANTICS";
+-if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64"))
++if (($platform ne "$Tru64") && ( $platform ne "$Irix") && ( $platform ne "$Irix64") && ( $platform ne "FreeBSD" ) && ( $platform ne "NetBSD" ))
+ { $SOLARDEF .= $D."GLIBC=".$GLIBC;
+ }
+ $SOLARDEF .= $D."SUPD=$UPD".
@@ -954,7 +961,7 @@
$ps.$USR.$LIB.
$ps.$USR_LOCAL.$BIN;