File gimp-fourier-makefile.patch of Package gimp-fourier
Description: Fix Makefile options. Author: Kyrill Detinov <lazy.kent@opensuse.org> Index: Makefile =================================================================== --- Makefile.orig +++ Makefile @@ -4,7 +4,7 @@ PLUGIN_BUILD=$(GIMPTOOL) --build PLUGIN_INSTALL=$(GIMPTOOL) --install-bin GCC=gcc LIBS=$(shell pkg-config fftw3 gimp-2.0 --libs) -lm -CFLAGS=-O2 $(shell pkg-config fftw3 gimp-2.0 --cflags) +CFLAGS=$(OPTFLAGS) $(shell pkg-config fftw3 gimp-2.0 --cflags) VERSION=0.4.2 DIR=fourier-$(VERSION)