From ee44ebc3c3527b38d69aefca11adb21ddaa4ad2a Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Thu, 14 Mar 2002 16:53:43 +0000 Subject: Remove hardcoded $cc and $CC --- .../files/patch-solenv::inc::unxfbsdi.mk | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'editors/openoffice.org-2/files') diff --git a/editors/openoffice.org-2/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice.org-2/files/patch-solenv::inc::unxfbsdi.mk index 3a9f86bb8d2f..f4d271722670 100644 --- a/editors/openoffice.org-2/files/patch-solenv::inc::unxfbsdi.mk +++ b/editors/openoffice.org-2/files/patch-solenv::inc::unxfbsdi.mk @@ -1,6 +1,6 @@ --- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001 -+++ ../solenv/inc/unxfbsdi.mk Wed Mar 13 19:13:59 2002 -@@ -1,84 +1,145 @@ ++++ ../solenv/inc/unxfbsdi.mk Thu Mar 14 17:26:41 2002 +@@ -1,84 +1,139 @@ - # mak file fuer unxfbsdi @@ -16,12 +16,6 @@ +# not needed at the moment LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" -+# name of C Compiler -+cc=$(CC) -+ -+# name of C++ Compiler -+CC=$(CXX) -+ +# options for C and C++ Compiler +CDEFS+=-D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR -DSTLPORT_VERSION=400 -DOSVERSION=$(OSVERSION) +CDEFS+=$(PTHREAD_CFLAGS) @@ -57,6 +51,10 @@ +# Compiler flags for compiling static object in single threaded +# environment with character user interface +CFLAGSOBJCUIST=-fPIC ++ ++# Compiler flags for compiling static object in multi threaded ++# environment with graphical user interface ++CFLAGSOBJGUIMT=-fPIC -cc= gcc -CC= g++ @@ -77,10 +75,6 @@ -CFLAGSPROF= -pg -CFLAGSDEBUG= -g +# Compiler flags for compiling static object in multi threaded -+# environment with graphical user interface -+CFLAGSOBJGUIMT=-fPIC -+ -+# Compiler flags for compiling static object in multi threaded +# environment with character user interface +CFLAGSOBJCUIMT=-fPIC + @@ -195,7 +189,7 @@ IMPLIB= IMPLIBFLAGS= -@@ -87,12 +148,12 @@ +@@ -87,12 +142,12 @@ MAPSYMFLAGS= RC=irc -- cgit v1.2.3