diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-08 06:48:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-08 06:48:53 +0000 |
commit | a6395dab99fc0a0e17f205ba808a9d248b033ad4 (patch) | |
tree | 03ae9cefeab6b81f0b2625dfaca8d7a7aef28fc9 /www/firefox/files/patch-ijg-libjpeg | |
parent | Attempt to fix build with LibreSSL. (diff) |
www/firefox: update to 49.0 (rc2)
Bump PORTREVISION to account for slightly different behavior in other
gecko@ ports and to get a discrete regression window.
Changes: https://www.mozilla.org/firefox/49.0/releasenotes/
PR: 211792
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (based on)
Security: 2c57c47e-8bb3-4694-83c8-9fc3abad3964
MFH: 2016Q3
Diffstat (limited to 'www/firefox/files/patch-ijg-libjpeg')
-rw-r--r-- | www/firefox/files/patch-ijg-libjpeg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/files/patch-ijg-libjpeg b/www/firefox/files/patch-ijg-libjpeg index 6129b21bc016..b6788adc0f84 100644 --- a/www/firefox/files/patch-ijg-libjpeg +++ b/www/firefox/files/patch-ijg-libjpeg @@ -4,7 +4,7 @@ diff --git old-configure.in configure.in index f0aeb5d..1c01010 100644 --- old-configure.in +++ old-configure.in -@@ -4027,11 +4027,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then +@@ -4027,11 +4027,7 @@ if test "$MOZ_SYSTEM_JPEG" = 1; then #include <jpeglib.h> ], [ #if JPEG_LIB_VERSION < $MOZJPEG #error "Insufficient JPEG library version ($MOZJPEG required)." @@ -14,7 +14,7 @@ index f0aeb5d..1c01010 100644 - #endif - ], + #endif ], - MOZ_NATIVE_JPEG=1, + MOZ_SYSTEM_JPEG=1, AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg])) fi diff --git image/decoders/nsJPEGDecoder.cpp image/decoders/nsJPEGDecoder.cpp |