Author: jbeich
Date: Wed Oct 24 16:16:55 2012
New Revision: 1081

Log:
oops, test correct library and drop CXX check

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Wed Oct 24 16:12:06 2012        (r1080)
+++ trunk/Mk/bsd.gecko.mk       Wed Oct 24 16:16:55 2012        (r1081)
@@ -659,7 +659,7 @@
                --disable-updater               \
                --disable-pedantic
 
-.if ${CXX:T:Mclang++} && exists(/usr/lib/libc++.so)
+.if exists(/usr/lib/libcxxrt.so)
 LIBS+=         -Wl,--as-needed,-lcxxrt,--no-as-needed
 .endif
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to