summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pngnq/files')
-rw-r--r--media-gfx/pngnq/files/pngnq-0.5-cflags.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-gfx/pngnq/files/pngnq-0.5-cflags.diff b/media-gfx/pngnq/files/pngnq-0.5-cflags.diff
deleted file mode 100644
index bce8eb4c90ac..000000000000
--- a/media-gfx/pngnq/files/pngnq-0.5-cflags.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- 0.5/Makefile 2008-10-15 20:58:07.000000000 +0200
-+++ 0.5-1/Makefile 2008-10-15 20:57:51.000000000 +0200
-@@ -33,9 +33,9 @@
- PNGINC = ${shell libpng-config --cflags}
- PNGLIB = ${shell libpng-config --ldflags}
-
--CFLAGS = -O3 -g -Wall -pedantic -I. -D VERSION=\"$(VERSION)\" $(PNGINC) -funroll-loops -fomit-frame-pointer
-+CFLAGS += -O3 -g -Wall -pedantic -I. -D VERSION=\"$(VERSION)\" $(PNGINC) -funroll-loops -fomit-frame-pointer
-
--LDFLAGS = $(PNGLIB)
-+LDFLAGS += $(PNGLIB)
-
- OBJS = pngnq.o rwpng.o neuquant32.o freegetopt/getopt.o
- #############################################