diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 00:43:00 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:10 +0100 |
commit | c9d4e14ab4f8d28d72ea64e95272c6b1d63216cb (patch) | |
tree | aa48f752dba6f6c49bd5ee9037102b498fe7bb92 /gnu/local.mk | |
parent | 922ed1db45f100d55ad2d526d833eeecd539cc7b (diff) | |
download | guix-c9d4e14ab4f8d28d72ea64e95272c6b1d63216cb.tar guix-c9d4e14ab4f8d28d72ea64e95272c6b1d63216cb.tar.gz |
gnu: giflib: Update to 5.2.1.
* gnu/packages/patches/giflib-make-reallocarray-private.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (giflib): Update to 5.2.1.
[source](uri): Adjust for new file name.
[source](patches): Remove.
[inputs]: Remove, as they were already unused.
[arguments]: Add #:make-flags. Adjust substitution. Delete configure phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 122e23f68a..1654fe729b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -889,7 +889,6 @@ dist_patch_DATA = \ %D%/packages/patches/ghostscript-no-header-id.patch \ %D%/packages/patches/ghostscript-no-header-uuid.patch \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ - %D%/packages/patches/giflib-make-reallocarray-private.patch \ %D%/packages/patches/glib-tests-timer.patch \ %D%/packages/patches/glibc-CVE-2015-5180.patch \ %D%/packages/patches/glibc-CVE-2015-7547.patch \ |