summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-13 19:49:05 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-13 19:49:05 +0000
commit44d1d9a8f9e372bfe1ff64deb8757b56e63f1f9b (patch)
treee2f9a07b47babbb82d5e328da5412b570f9c006e /editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk
parentBump PORTREVISION for the last fix. (diff)
gcc/cc -> $(CC) fixes
Do remove empty defines CC/CXX variables which did overwrite the SOLENV environment.
Notes
Notes: svn path=/head/; revision=56022
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk b/editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk
new file mode 100644
index 000000000000..eed08efc26f0
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-solenv::inc::settings.mk
@@ -0,0 +1,24 @@
+--- ../solenv/inc/settings.mk.orig Wed Mar 13 20:44:42 2002
++++ ../solenv/inc/settings.mk Wed Mar 13 20:45:05 2002
+@@ -173,7 +173,6 @@
+ CDEFSOPT=
+ HDEFS=
+
+-CC=
+ .IF "$(add_cflags)"!=""
+ ENVCFLAGS+=$(add_cflags)
+ .ENDIF
+@@ -271,8 +270,6 @@
+ AS=
+ BC=
+ COBOL=
+-CPP=
+-CXX=
+ FOR=
+ PASCAL=
+
+@@ -1499,4 +1496,3 @@
+ .INCLUDE : $(MISC)$/$(COMP9TYPELIST).mk
+ $(COMP9TYPELIST)_XML2CMPTYPES:=$(shell xml2cmp -types stdout $(MISC)$/$(COMP9TYPELIST)$($(WINVERSIONNAMES)_MAJOR).xml)
+ .ENDIF
+-