pkgsrc/graphics/gimp-resynthesizer/patches/patch-Makefile
2013-10-27 20:32:36 +00:00

13 lines
439 B
Text

$NetBSD: patch-Makefile,v 1.1 2013/10/27 20:32:36 joerg Exp $
--- Makefile.orig 2013-10-17 17:27:35.000000000 +0000
+++ Makefile
@@ -5,7 +5,7 @@ GIMPTOOL = gimptool-2.0
GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
GIMP_CFLAGS=`$(GIMPTOOL) --cflags`
-CFLAGS=$(GIMP_CFLAGS) -O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
+CFLAGS=$(GIMP_CFLAGS) -O3 -fno-common -ffast-math -fomit-frame-pointer
LDFLAGS=$(GIMP_LDFLAGS) -lm