[SVN-Commit] r819 - in branches/experimental: mail/thunderbird
mail/thunderbird-esr www/firefox www/firefox-esr
www/firefox-nightly www/libxul www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Jun 30 22:54:58 UTC 2012
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)
More information about the freebsd-gecko
mailing list