From 22a77d8a58b61517b1b1a296483f03e1b3df0094 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 9 Mar 2002 00:18:08 +0000 Subject: Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file. --- editors/openoffice-1.1/files/patch-set_soenv.1 | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'editors/openoffice-1.1/files/patch-set_soenv.1') diff --git a/editors/openoffice-1.1/files/patch-set_soenv.1 b/editors/openoffice-1.1/files/patch-set_soenv.1 index 1e86e46d31ae..be73d3047dcf 100644 --- a/editors/openoffice-1.1/files/patch-set_soenv.1 +++ b/editors/openoffice-1.1/files/patch-set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Tue Nov 20 18:26:33 2001 -+++ set_soenv.1 Fri Mar 8 22:33:35 2002 ++++ set_soenv.1 Sat Mar 9 00:32:14 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -35,7 +35,17 @@ } elsif ( $platform eq "$Linux" ) { -@@ -954,7 +955,7 @@ +@@ -857,7 +858,8 @@ + $D.$OS. + $D.$CPUNAME; + if ($platform eq "$FreeBSD") +-{ $SOLARDEF .= $D."X86"; ++{ $SOLARDEF .= $D."X86". ++ $D."OSVERSION=$OSVERSION"; + } + $SOLARDEF .= $D."_REENTRANT". + $D."_POSIX_PTHREAD_SEMANTICS"; +@@ -954,7 +956,7 @@ $ps.$USR.$LIB. $ps.$USR_LOCAL.$BIN; } @@ -44,7 +54,7 @@ { $PATH = $cur_dir. $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$BIN. $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. -@@ -968,6 +969,22 @@ +@@ -968,6 +970,22 @@ $ps.$USR.$BIN.$ds."X11". $ps.$USR.$LIB; } @@ -67,7 +77,7 @@ elsif ($platform eq "$Winnt") { $COMPATH_ROOT = $COMPATH; $COMPATH_ROOT =~ s/\/vc98$//; -@@ -1067,25 +1084,19 @@ +@@ -1067,25 +1085,19 @@ { $SOLARINC .= $I.$USR.$INCLUDE. $STLPORT_stlport; @@ -97,7 +107,7 @@ $SOLARINC .= $I.'$SOLARENV'.$INC.$ds."Xp31". $I.'$JAVA_HOME'.$INCLUDE; -@@ -1273,6 +1284,7 @@ +@@ -1273,6 +1285,7 @@ ToFile( "GUIENV", $GUIENV, "e" ); ToFile( "GVER", $GVER, "e" ); ToFile( "OS", $OS, "e" ); -- cgit v1.2.3