mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: freeimage: Fix build with GCC 5.
* gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (freeimage)[source]: Add patch.
This commit is contained in:
parent
d553cd6015
commit
dc8a34ed46
3 changed files with 1456 additions and 1 deletions
|
@ -563,6 +563,7 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/fontforge-svg-modtime.patch \
|
%D%/packages/patches/fontforge-svg-modtime.patch \
|
||||||
%D%/packages/patches/freeimage-CVE-2015-0852.patch \
|
%D%/packages/patches/freeimage-CVE-2015-0852.patch \
|
||||||
%D%/packages/patches/freeimage-CVE-2016-5684.patch \
|
%D%/packages/patches/freeimage-CVE-2016-5684.patch \
|
||||||
|
%D%/packages/patches/freeimage-fix-build-with-gcc-5.patch \
|
||||||
%D%/packages/patches/gawk-shell.patch \
|
%D%/packages/patches/gawk-shell.patch \
|
||||||
%D%/packages/patches/gcc-arm-bug-71399.patch \
|
%D%/packages/patches/gcc-arm-bug-71399.patch \
|
||||||
%D%/packages/patches/gcc-arm-link-spec-fix.patch \
|
%D%/packages/patches/gcc-arm-link-spec-fix.patch \
|
||||||
|
|
|
@ -679,7 +679,8 @@ (define-public freeimage
|
||||||
(base32
|
(base32
|
||||||
"12bz57asdcfsz3zr9i9nska0fb6h3z2aizy412qjqkixkginbz7v"))
|
"12bz57asdcfsz3zr9i9nska0fb6h3z2aizy412qjqkixkginbz7v"))
|
||||||
(patches (search-patches "freeimage-CVE-2015-0852.patch"
|
(patches (search-patches "freeimage-CVE-2015-0852.patch"
|
||||||
"freeimage-CVE-2016-5684.patch"))))
|
"freeimage-CVE-2016-5684.patch"
|
||||||
|
"freeimage-fix-build-with-gcc-5.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
1453
gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch
Normal file
1453
gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue