diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-14 12:05:55 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-14 12:06:08 +0200 |
commit | 12d3189bd340784fe09717ab8ccc5acf9744f21a (patch) | |
tree | db1ea72e790fdf5a156733cda6c8e27d4b54c3a4 /media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch | |
parent | app-text/pelican: Add live ebuild (diff) | |
download | gentoo-12d3189bd340784fe09717ab8ccc5acf9744f21a.tar.gz gentoo-12d3189bd340784fe09717ab8ccc5acf9744f21a.tar.bz2 gentoo-12d3189bd340784fe09717ab8ccc5acf9744f21a.zip |
media-libs/libjpeg-turbo: Security bump (bug #585782).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch')
-rw-r--r-- | media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch b/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch index d85a4d7908f3..523eed7557d5 100644 --- a/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch +++ b/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch @@ -2,8 +2,8 @@ https://bugs.gentoo.org/420239 https://sourceforge.net/tracker/?func=detail&aid=3533795&group_id=303195&atid=1278160 ---- configure -+++ configure +--- a/configure ++++ b/configure @@ -33,7 +33,11 @@ case "$host_os" in linux*) case "$host_cpu" in @@ -25,8 +25,8 @@ https://sourceforge.net/tracker/?func=detail&aid=3533795&group_id=303195&atid=12 ELF64) NAFLAGS='-felf64 -DELF -D__x86_64__';; RDF) NAFLAGS='-frdf -DRDF';; Mach-O) NAFLAGS='-fmacho -DMACHO';; ---- simd/nasm_lt.sh -+++ simd/nasm_lt.sh +--- a/simd/nasm_lt.sh ++++ b/simd/nasm_lt.sh @@ -11,7 +11,7 @@ while [ $# -gt 0 ]; do pic=yes fi |