Blame SOURCES/giflib_quantize.patch

4e84d0
diff -rupN --no-dereference giflib-5.2.1/Makefile giflib-5.2.1-new/Makefile
4e84d0
--- giflib-5.2.1/Makefile	2019-06-24 18:08:57.000000000 +0200
4e84d0
+++ giflib-5.2.1-new/Makefile	2020-02-17 16:51:04.450397434 +0100
4e84d0
@@ -29,11 +29,11 @@ LIBPOINT=0
4e84d0
 LIBVER=$(LIBMAJOR).$(LIBMINOR).$(LIBPOINT)
4e84d0
 
4e84d0
 SOURCES = dgif_lib.c egif_lib.c gifalloc.c gif_err.c gif_font.c \
4e84d0
-	gif_hash.c openbsd-reallocarray.c
4e84d0
+	gif_hash.c openbsd-reallocarray.c quantize.c
4e84d0
 HEADERS = gif_hash.h  gif_lib.h  gif_lib_private.h
4e84d0
 OBJECTS = $(SOURCES:.c=.o)
4e84d0
 
4e84d0
-USOURCES = qprintf.c quantize.c getarg.c 
4e84d0
+USOURCES = qprintf.c getarg.c
4e84d0
 UHEADERS = getarg.h
4e84d0
 UOBJECTS = $(USOURCES:.c=.o)
4e84d0