summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-13 19:23:32 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-13 19:23:32 +0000
commit1edb959e7da46a2fac742ab9419e6d50494661c5 (patch)
treeebccb8d0eec071d057c6bbd3f45929752d0e8985 /editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
parentMake portlint happy. Add USE_XLIB (diff)
Use CXX and CC, so we can specify cc295 and g++295 from ports. More
commits will follow.
Notes
Notes: svn path=/head/; revision=56019
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
index ab5e980366fb..3a9f86bb8d2f 100644
--- a/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
+++ b/editors/openoffice-3-devel/files/patch-solenv::inc::unxfbsdi.mk
@@ -1,5 +1,5 @@
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
-+++ ../solenv/inc/unxfbsdi.mk Sat Mar 9 23:28:50 2002
++++ ../solenv/inc/unxfbsdi.mk Wed Mar 13 19:13:59 2002
@@ -1,84 +1,145 @@
-
# mak file fuer unxfbsdi
@@ -17,10 +17,10 @@
LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter"
+# name of C Compiler
-+cc=gcc
++cc=$(CC)
+
+# name of C++ Compiler
-+CC=g++
++CC=$(CXX)
+
+# options for C and C++ Compiler
+CDEFS+=-D_USE_NAMESPACE=1 -DX86 -DNEW_SOLAR -DSTLPORT_VERSION=400 -DOSVERSION=$(OSVERSION)