Sun Oct 27 20:32:36 2013 UTC ()
Don't use -frename-registers.


(joerg)
diff -r1.1.1.1 -r1.2 pkgsrc/graphics/gimp-resynthesizer/distinfo
diff -r0 -r1.1 pkgsrc/graphics/gimp-resynthesizer/patches/patch-Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/graphics/gimp-resynthesizer/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-resynthesizer/distinfo 2010/04/14 00:01:31 1.1.1.1
+++ pkgsrc/graphics/gimp-resynthesizer/distinfo 2013/10/27 20:32:36 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1.1.1 2010/04/14 00:01:31 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2013/10/27 20:32:36 joerg Exp $
2 2
3SHA1 (resynthesizer-0.16.tar.gz) = 9a7a6318b18d9546d712441594041c4ca47952d7 3SHA1 (resynthesizer-0.16.tar.gz) = 9a7a6318b18d9546d712441594041c4ca47952d7
4RMD160 (resynthesizer-0.16.tar.gz) = 4d232918d08ae52f2e1ebed5897b40788be6c350 4RMD160 (resynthesizer-0.16.tar.gz) = 4d232918d08ae52f2e1ebed5897b40788be6c350
5Size (resynthesizer-0.16.tar.gz) = 18241 bytes 5Size (resynthesizer-0.16.tar.gz) = 18241 bytes
 6SHA1 (patch-Makefile) = 5ddf6be3884aad811ec8f6687eb6f3fcfb408775

File Added: pkgsrc/graphics/gimp-resynthesizer/patches/patch-Makefile
$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