mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
- Switch to options helpers - Regenerate patches with `make makepatch` - Don't remove -Wall
8 lines
296 B
Text
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
|