You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/gif2apng/files/gif2apng-1.9-makefile.patch

19 lines
529 B

--- gif2apng-1.9-src/Makefile
+++ gif2apng-1.9-src/Makefile
@@ -1,11 +1,9 @@
PACKAGE = gif2apng
-CC = gcc
-SRC_DIRS = . 7z zopfli
-CFLAGS = -Wall -pedantic
-CFLAGS_OPT = -O2
+CC ?= gcc
+SRC_DIRS = . 7z
+CFLAGS += -Wall -pedantic
CFLAGS_7Z = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses
-LDFLAGS = -s
-LIBS = -lstdc++ -lm -lz
+LIBS = -lstdc++ -lm -lz -lzopfli
INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS))
OBJ_DIRS := $(addprefix obj/, $(SRC_DIRS))