summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gif2apng/files/gif2apng-1.9-flags.patch')
-rw-r--r--media-gfx/gif2apng/files/gif2apng-1.9-flags.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/gif2apng/files/gif2apng-1.9-flags.patch b/media-gfx/gif2apng/files/gif2apng-1.9-flags.patch
new file mode 100644
index 000000000000..0fe80eab8384
--- /dev/null
+++ b/media-gfx/gif2apng/files/gif2apng-1.9-flags.patch
@@ -0,0 +1,15 @@
+--- gif2apng-1.9-src/Makefile
++++ gif2apng-1.9-src/Makefile
+@@ -1,10 +1,9 @@
+ PACKAGE = gif2apng
+ CC = gcc
+ SRC_DIRS = . 7z zopfli
+-CFLAGS = -Wall -pedantic
+-CFLAGS_OPT = -O2
++CFLAGS += -Wall -pedantic
++CFLAGS_OPT =
+ CFLAGS_7Z = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses
+-LDFLAGS = -s
+ LIBS = -lstdc++ -lm -lz
+
+ INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS))