Date: Sat, 30 Jun 2012 22:54:51 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r819 - in branches/experimental: mail/thunderbird mail/thunderbird-esr www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey Message-ID: <201206302254.q5UMspQo013905@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jun 30 22:54:51 2012
New Revision: 819
Log:
simply add -lcxxrt to common libs
Modified:
branches/experimental/mail/thunderbird-esr/Makefile
branches/experimental/mail/thunderbird/Makefile
branches/experimental/www/firefox-esr/Makefile
branches/experimental/www/firefox-nightly/Makefile
branches/experimental/www/firefox/Makefile
branches/experimental/www/libxul/Makefile
branches/experimental/www/seamonkey/Makefile
Modified: branches/experimental/mail/thunderbird-esr/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-esr/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/mail/thunderbird-esr/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -91,9 +91,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
.if defined(WITH_LIGHTNING)
Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/mail/thunderbird/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -91,9 +91,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
.if defined(WITH_LIGHTNING)
Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/www/firefox-esr/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -97,9 +97,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
pre-extract:
Modified: branches/experimental/www/firefox-nightly/Makefile
==============================================================================
--- branches/experimental/www/firefox-nightly/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/www/firefox-nightly/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -116,9 +116,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
pre-extract:
Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/www/firefox/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -93,9 +93,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
pre-extract:
Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/www/libxul/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -77,9 +77,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
post-patch:
Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile Sat Jun 30 22:54:41 2012 (r818)
+++ branches/experimental/www/seamonkey/Makefile Sat Jun 30 22:54:51 2012 (r819)
@@ -112,9 +112,7 @@
.endif
.if ${CXXFLAGS:M-stdlib=libc++}
-CXXABI= -lcxxrt
-.else
-CXXABI= # implied
+LIBS+= -lcxxrt
.endif
.if defined(WITH_LIGHTNING)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206302254.q5UMspQo013905>
