summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-solenv::inc::tg_shl.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-3-devel/files/patch-solenv::inc::tg_shl.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 '')
-rw-r--r--editors/openoffice-3-devel/files/patch-solenv::inc::tg_shl.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-solenv::inc::tg_shl.mk b/editors/openoffice-3-devel/files/patch-solenv::inc::tg_shl.mk
new file mode 100644
index 000000000000..958b4abba555
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-solenv::inc::tg_shl.mk
@@ -0,0 +1,14 @@
+--- ../solenv/inc/tg_shl.mk.orig Wed Mar 13 20:40:10 2002
++++ ../solenv/inc/tg_shl.mk Wed Mar 13 20:41:10 2002
+@@ -319,9 +319,9 @@
+ .IF "$(GUI)" == "WNT"
+ .IF "$(UPDATER)"=="YES"
+ .IF "$(COM)"=="GCC"
+- gcc -c -o$(SLO)$/{$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL$(TNR)TARGET))}_version.obj -DWNT $(ENVCDEFS) -I$(INCCOM) $(SOLARENV)$/src$/version.cxx
++ $(CC) -c -o$(SLO)$/{$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL$(TNR)TARGET))}_version.obj -DWNT $(ENVCDEFS) -I$(INCCOM) $(SOLARENV)$/src$/version.cxx
+ .ELSE
+- cl -c -Fo$(SLO)$/{$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL$(TNR)TARGET))}_version.obj -DWNT $(ENVCDEFS) -I$(INCCOM) $(SOLARENV)$/src$/version.cxx
++ $(CC) -c -Fo$(SLO)$/{$(subst,$(UPD)$(DLLPOSTFIX),_dflt $(SHL$(TNR)TARGET))}_version.obj -DWNT $(ENVCDEFS) -I$(INCCOM) $(SOLARENV)$/src$/version.cxx
+ .ENDIF # "$(COM)"=="GCC"
+ .ENDIF # "$(UPDATER)"=="YES"
+ .IF "$(SHL$(TNR)DEFAULTRES)"!=""