summaryrefslogtreecommitdiffhomepage
path: root/patches/giflib-5.2.2.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/giflib-5.2.2.local.patch')
-rw-r--r--patches/giflib-5.2.2.local.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/patches/giflib-5.2.2.local.patch b/patches/giflib-5.2.2.local.patch
new file mode 100644
index 00000000..8e421d52
--- /dev/null
+++ b/patches/giflib-5.2.2.local.patch
@@ -0,0 +1,32 @@
+diff -ru giflib-5.2.2.orig/doc/Makefile giflib-5.2.2/doc/Makefile
+--- giflib-5.2.2.orig/doc/Makefile 2024-02-18 19:15:05.000000000 +0100
++++ giflib-5.2.2/doc/Makefile 2024-03-11 15:46:56.522195535 +0100
+@@ -15,7 +15,7 @@
+ .adoc.html:
+ asciidoc $<
+
+-all: allhtml manpages
++all: manpages
+
+ # The distinction between XMLMAN and XMLINTERNAL is because
+ # some pages shouldn't be installed as part of a binary package;
+diff -ru giflib-5.2.2.orig/Makefile giflib-5.2.2/Makefile
+--- giflib-5.2.2.orig/Makefile 2024-02-19 02:01:50.000000000 +0100
++++ giflib-5.2.2/Makefile 2024-03-11 10:30:17.730765319 +0100
+@@ -8,7 +8,6 @@
+ #
+ OFLAGS = -O0 -g
+ OFLAGS = -O2
+-CFLAGS = -std=gnu99 -fPIC -Wall -Wno-format-truncation $(OFLAGS)
+
+ SHELL = /bin/sh
+ TAR = tar
+@@ -87,7 +86,7 @@
+ LIBUTILSOMAJOR = libutil.$(LIBMAJOR).$(SOEXTENSION)
+ endif
+
+-all: $(LIBGIFSO) libgif.a $(LIBUTILSO) libutil.a $(UTILS)
++all: $(LIBGIFSO) libgif.a libutil.a $(UTILS)
+ ifeq ($(UNAME), Darwin)
+ else
+ $(MAKE) -C doc