Author: jbeich
Date: Tue Jun 26 06:05:31 2012
New Revision: 807
Log:
thunderbird unlike firefox still needs to pass -Wno-return-type-c-linkage
Modified:
branches/experimental/mail/thunderbird/Makefile
Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:05:06
2012 (r806)
+++ branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:05:31
2012 (r807)
@@ -99,6 +99,10 @@
BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm
.endif
+.if !empty(CXX:M*clang++*)
+CFLAGS+= -Wno-return-type-c-linkage
+.endif
+
.if ${CXXFLAGS:M-stdlib=libc++}
CXXABI= -lcxxrt
.else
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"