ports/graphics/gimp-wavelet-decompose-plugin/files/patch-src__Makefile
Dmitry Marakasov dd250ff253 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Don't remove -Wall
2015-10-22 14:57:00 +00:00

8 lines
296 B
Text

--- src/Makefile.orig 2008-12-30 10:23:34 UTC
+++ src/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
+CFLAGS = -Wall $(shell gimptool-2.0 --cflags)
LIBS = $(shell gimptool-2.0 --libs)
PLUGIN = wavelet-decompose
SOURCES = plugin.c wavelet.c interface.c decompose.c