[SVN-Commit] r807 - branches/experimental/mail/thunderbird
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Tue Jun 26 06:05:38 UTC 2012
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
More information about the freebsd-gecko
mailing list