You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
450 B

--- fourier-0.4.1.orig/Makefile 2010-02-13 19:56:37.000000000 +0100
+++ fourier-0.4.1/Makefile 2011-08-31 21:14:16.344929003 +0200
@@ -2,8 +2,7 @@
GIMPTOOL=gimptool-2.0
PLUGIN_BUILD=$(GIMPTOOL) --build
PLUGIN_INSTALL=$(GIMPTOOL) --install-bin
-GCC=g++
-LIBS=$(shell pkg-config fftw3 gimp-2.0 --libs)
+LIBS=$(shell pkg-config fftw3 gimp-2.0 --libs) -lm
CFLAGS=-O2 $(shell pkg-config fftw3 gimp-2.0 --cflags)
VERSION=0.4.1
DIR=fourier-$(VERSION)