Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 06:05:32 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r807 - branches/experimental/mail/thunderbird
Message-ID:  <201206260605.q5Q65WKk021985@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206260605.q5Q65WKk021985>