summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-20 05:11:02 +0000
committerSam James <sam@gentoo.org>2022-02-20 05:25:43 +0000
commit659acda4b77ece747c4d3d54f34ec9a4657d0a37 (patch)
tree237b8849d9ce11a29f82037386db7fd60f4627bc /media-gfx/apngasm/files
parentsys-devel/bin86: drop 0.16.21 (diff)
downloadgentoo-659acda4b77ece747c4d3d54f34ec9a4657d0a37.tar.gz
gentoo-659acda4b77ece747c4d3d54f34ec9a4657d0a37.tar.bz2
gentoo-659acda4b77ece747c4d3d54f34ec9a4657d0a37.zip
media-gfx/apngasm: drop 2.91-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/apngasm/files')
-rw-r--r--media-gfx/apngasm/files/apngasm-2.91-makefile.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-gfx/apngasm/files/apngasm-2.91-makefile.patch b/media-gfx/apngasm/files/apngasm-2.91-makefile.patch
deleted file mode 100644
index b9fb9c20ee89..000000000000
--- a/media-gfx/apngasm/files/apngasm-2.91-makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- apngasm-2.91-src/Makefile
-+++ apngasm-2.91-src/Makefile
-@@ -1,8 +1,7 @@
- PACKAGE = apngasm
- CC = gcc
--SRC_DIRS = . 7z zopfli
--CFLAGS = -Wall -pedantic -DFEATURE_7ZIP -DFEATURE_ZOPFLI
--CFLAGS_OPT = -O2
-+SRC_DIRS = . 7z
-+CFLAGS += -Wall -pedantic
- CFLAGS_7Z = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses
- LIBS = -lstdc++ -lm -lpng -lz
-
-@@ -16,7 +15,7 @@
- all : $(PACKAGE)
-
- $(PACKAGE) : objdirs $(OBJECTS)
-- $(CC) -o $@ $(OBJECTS) -s $(LIBS)
-+ $(CC) -o $@ $(OBJECTS) $(LDFLAGS) $(LIBS)
-
- objdirs :
- mkdir -p $(OBJ_DIRS)