summaryrefslogtreecommitdiff
path: root/giflib_quantize.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-02 07:03:39 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-02 07:03:39 +0000
commitc1cb7a5cb6ae52fc5bda1ad26e2795af259d6936 (patch)
treefe2c77df19fdd9e947697ba6609907efb867c448 /giflib_quantize.patch
parent5b68170d42b1d4354d0aba164dd25607046e8b55 (diff)
automatic import of giflibopeneuler24.03_LTSopeneuler23.09
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 0000000..aa34629
--- /dev/null
+++ b/giflib_quantize.patch
@@ -0,0 +1,17 @@
+diff -rupN --no-dereference 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 2020-02-17 16:51:04.450397434 +0100
+@@ -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)
+