Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5472e1b59b32dc493cc2138b896cbe19 > files > 1

gimp-resynthesizer-0.16-1.fc12.src.rpm

--- Makefile	2008-03-10 06:52:45.000000000 +0000
+++ Makefile-new	2009-01-25 17:48:59.000000000 +0000
@@ -5,7 +5,8 @@
 GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
 GIMP_CFLAGS=`$(GIMPTOOL) --cflags`
 
-CFLAGS=$(GIMP_CFLAGS) -O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
+CFLAGS=-O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
+MYCFLAGS=$(GIMP_CFLAGS) $(CFLAGS)
 
 LDFLAGS=$(GIMP_LDFLAGS) -lm
 
@@ -30,7 +31,7 @@
 	@echo
 
 resynth: resynth.cc
-	$(CC) $(CFLAGS) -o $@ resynth.cc $(LDFLAGS)
+	$(CC) $(MYCFLAGS) -o $@ resynth.cc $(LDFLAGS)
 
 clean:
 	-rm -f *~ *.o core resynth