diff options
Diffstat (limited to 'media-gfx/pngcrush/files/Makefile')
-rw-r--r-- | media-gfx/pngcrush/files/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/media-gfx/pngcrush/files/Makefile b/media-gfx/pngcrush/files/Makefile deleted file mode 100644 index 24e215b46b8f..000000000000 --- a/media-gfx/pngcrush/files/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -GAS_VERSION = $(shell as --version | sed -n -e's/GNU assembler (.*) //p') -CFLAGS += -I. -Wall -CPPFLAGS += -DPNG_USE_PNGGCCRD -DPNG_iCCP_SUPPORTED \ - -DPNG_iTXt_SUPPORTED -DPNG_USE_GLOBAL_ARRAYS \ - -DGAS_VERSION="\"${GAS_VERSION}\"" -LDLIBS += -lpng -lz -all: pngcrush |