diff options
Diffstat (limited to 'www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch')
-rw-r--r-- | www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch b/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch deleted file mode 100644 index b5278b1a0337..000000000000 --- a/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/memory/jemalloc/src/configure.ac 2015-03-30 18:54:42.000000000 -0400 -+++ b/memory/jemalloc/src/configure.ac 2015-04-06 16:23:52.170389285 -0400 -@@ -989,7 +989,7 @@ - AC_ARG_WITH([lg_page], - [AS_HELP_STRING([--with-lg-page=<lg-page>], [Base 2 log of system page size])], - [LG_PAGE="$with_lg_page"], [LG_PAGE="detect"]) --if test "x$LG_PAGE" == "xdetect"; then -+if test "x$LG_PAGE" = "xdetect"; then - AC_CACHE_CHECK([LG_PAGE], - [je_cv_lg_page], - AC_RUN_IFELSE([AC_LANG_PROGRAM( |