diff options
Diffstat (limited to 'www/firefox/files/patch-bug824317')
-rw-r--r-- | www/firefox/files/patch-bug824317 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/firefox/files/patch-bug824317 b/www/firefox/files/patch-bug824317 deleted file mode 100644 index ebd8ad4e5946..000000000000 --- a/www/firefox/files/patch-bug824317 +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/xpcom/string/public/nsAlgorithm.h b/xpcom/string/public/nsAlgorithm.h -index fa50194a..c5f5737 100644 ---- xpcom/string/public/nsAlgorithm.h -+++ xpcom/string/public/nsAlgorithm.h -@@ -42,7 +42,11 @@ NS_MAX( const T& a, const T& b ) - return a > b ? a : b; - } - --#if defined(_MSC_VER) && (_MSC_VER < 1600) -+#if (defined(_MSC_VER) && (_MSC_VER < 1600)) || \ -+ (((defined(__GNUC_MINOR__) && __GNUC_MINOR__ < 8) || \ -+ (defined(__GLIBCXX__) && __GLIBCXX__ < 20121005)) && \ -+ (defined(_GLIBCXX_USE_LONG_LONG) && \ -+ (!_GLIBCXX_USE_C99 || _GLIBCXX_USE_C99_LONG_LONG_DYNAMIC))) - namespace std { - inline - long long |