summarylogtreecommitdiffstats
path: root/giflib_quantize.patch
diff options
context:
space:
mode:
authorNicola Murino2024-03-10 14:01:53 +0100
committerNicola Murino2024-03-10 14:01:53 +0100
commitb7311edf54824ac797c7916cd3ddc3a4b2368a19 (patch)
treec7977b52c59b1592645ab1478489770630f6fc62 /giflib_quantize.patch
parent4cf1e519bcf51338dc607d23388fca47d71790c0 (diff)
downloadaur-mingw-w64-giflib.tar.gz
5.2.2
Diffstat (limited to 'giflib_quantize.patch')
-rw-r--r--giflib_quantize.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/giflib_quantize.patch b/giflib_quantize.patch
new file mode 100644
index 000000000000..ce1f22ceb15d
--- /dev/null
+++ b/giflib_quantize.patch
@@ -0,0 +1,17 @@
+diff -rupN giflib-5.2.1/Makefile giflib-5.2.1-new/Makefile
+--- giflib-5.2.1/Makefile 2019-06-24 18:08:57.000000000 +0200
++++ giflib-5.2.1-new/Makefile 2019-10-01 13:02:33.227952230 +0200
+@@ -29,11 +29,11 @@ LIBPOINT=0
+ LIBVER=$(LIBMAJOR).$(LIBMINOR).$(LIBPOINT)
+
+ SOURCES = dgif_lib.c egif_lib.c gifalloc.c gif_err.c gif_font.c \
+- gif_hash.c openbsd-reallocarray.c
++ gif_hash.c openbsd-reallocarray.c quantize.c
+ HEADERS = gif_hash.h gif_lib.h gif_lib_private.h
+ OBJECTS = $(SOURCES:.c=.o)
+
+-USOURCES = qprintf.c quantize.c getarg.c
++USOURCES = qprintf.c getarg.c
+ UHEADERS = getarg.h
+ UOBJECTS = $(USOURCES:.c=.o)
+