diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-15 00:53:43 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-15 00:53:43 +0800 |
commit | a1b4f1509134989d5488f45cb56be90d6a0a571f (patch) | |
tree | 801e18a065c617c8603ae9538d4aa4de83fb814f /editors/openoffice.org-3 | |
parent | d0724bf708097f0fae780845f34b9097652f6561 (diff) | |
download | freebsd-ports-gnome-a1b4f1509134989d5488f45cb56be90d6a0a571f.tar.gz freebsd-ports-gnome-a1b4f1509134989d5488f45cb56be90d6a0a571f.tar.zst freebsd-ports-gnome-a1b4f1509134989d5488f45cb56be90d6a0a571f.zip |
Remove hardcoded $cc and $CC
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/files/patch-solenv::inc::unxfbsdi.mk | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/editors/openoffice.org-3/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice.org-3/files/patch-solenv::inc::unxfbsdi.mk index 3a9f86bb8d2f..f4d271722670 100644 --- a/editors/openoffice.org-3/files/patch-solenv::inc::unxfbsdi.mk +++ b/editors/openoffice.org-3/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 |