summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-11-26 03:26:06 +0000
committerdim <dim@FreeBSD.org>2011-11-26 03:26:06 +0000
commit85d58c885455bf5b3bbe3d4ff65e93d6d4682de7 (patch)
tree44b0bc4589c05e0ceaf7f09d403e39b5b539bc1f /share/mk
parentba968938a825d14728301fd5e903d6632483b883 (diff)
downloadFreeBSD-src-85d58c885455bf5b3bbe3d4ff65e93d6d4682de7.zip
FreeBSD-src-85d58c885455bf5b3bbe3d4ff65e93d6d4682de7.tar.gz
Fix breakage after r227983; lib/libcxxrt still got built, because it was
not disabled in the usual way (by adding it to __DEFAULT_NO_OPTIONS in share/mk/bsd.own.mk), and because the test for MK_LIBCPLUSPLUS in Makefile.inc1 was incorrect. Pointy hat to: dim
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.own.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 2d3617a..e0afdf4 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -413,6 +413,7 @@ __DEFAULT_NO_OPTIONS = \
HESIOD \
ICONV \
IDEA \
+ LIBCPLUSPLUS \
OFED
#
@@ -553,8 +554,6 @@ MK_GCC:= no
MK_GDB:= no
.endif
-MK_LIBCPLUSPLUS?= no
-
#
# Set defaults for the MK_*_SUPPORT variables.
#
OpenPOWER on IntegriCloud