Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2013 20:43:15 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1262 - trunk/www/firefox-nightly/files
Message-ID:  <201305282043.r4SKhFji077674@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue May 28 20:43:15 2013
New Revision: 1262

Log:
unbreak build with clang/libstdc++

Added:
   trunk/www/firefox-nightly/files/patch-bug876156

Added: trunk/www/firefox-nightly/files/patch-bug876156
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-nightly/files/patch-bug876156	Tue May 28 20:43:15 2013	(r1262)
@@ -0,0 +1,13 @@
+diff --git mfbt/Atomics.h mfbt/Atomics.h
+index d79af6c..40b9336 100644
+--- mfbt/Atomics.h
++++ mfbt/Atomics.h
+@@ -27,7 +27,7 @@
+  */
+ #if defined(__clang__)
+ #  if (__cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)) && \
+-      __has_include(<atomic>)
++      __has_include_next(<atomic>)
+ #    define MOZ_HAVE_CXX11_ATOMICS
+ #  endif
+ /*



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