summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-06-04 23:37:00 +0000
committermbr <mbr@FreeBSD.org>2002-06-04 23:37:00 +0000
commitf881f5589bd212e0ebd0b7945ae1661b7a2b487a (patch)
tree79d58e397d10e1df6683133ef49fb4b2f960a2bb /editors/openoffice-3
parent19ab30e6dd66e91a9d30ce446b094c98ecb0a2f6 (diff)
downloadFreeBSD-ports-f881f5589bd212e0ebd0b7945ae1661b7a2b487a.zip
FreeBSD-ports-f881f5589bd212e0ebd0b7945ae1661b7a2b487a.tar.gz
Use CXX to link, since there are many places where CC is missing -lstdc++.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk
index 82189ff..b020a19 100644
--- a/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk
+++ b/editors/openoffice-3/files/patch-solenv+inc+unxfbsdi.mk
@@ -118,7 +118,7 @@
+STATIC=-Wl,-Bstatic
+DYNAMIC=-Wl,-Bdynamic
+
-+LINK=$(CC)
++LINK=$(CXX)
LINKFLAGS=
+
+# linker flags for linking applications
OpenPOWER on IntegriCloud