summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-27 20:32:36 +0000
committerjoerg <joerg>2013-10-27 20:32:36 +0000
commit9375d3f1e2e4663c937911d57ca71fbd98fb2235 (patch)
tree523ad5892950d63d17d96475e2db4239b2e1a18d /graphics
parent7b23b8370362b4c889a189c94c57e5de4012564f (diff)
downloadpkgsrc-9375d3f1e2e4663c937911d57ca71fbd98fb2235.tar.gz
Don't use -frename-registers.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-resynthesizer/distinfo3
-rw-r--r--graphics/gimp-resynthesizer/patches/patch-Makefile13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/gimp-resynthesizer/distinfo b/graphics/gimp-resynthesizer/distinfo
index 4bb48d29df9..d3ab5bcd903 100644
--- a/graphics/gimp-resynthesizer/distinfo
+++ b/graphics/gimp-resynthesizer/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/04/14 00:01:31 wiz Exp $
+$NetBSD: distinfo,v 1.2 2013/10/27 20:32:36 joerg Exp $
SHA1 (resynthesizer-0.16.tar.gz) = 9a7a6318b18d9546d712441594041c4ca47952d7
RMD160 (resynthesizer-0.16.tar.gz) = 4d232918d08ae52f2e1ebed5897b40788be6c350
Size (resynthesizer-0.16.tar.gz) = 18241 bytes
+SHA1 (patch-Makefile) = 5ddf6be3884aad811ec8f6687eb6f3fcfb408775
diff --git a/graphics/gimp-resynthesizer/patches/patch-Makefile b/graphics/gimp-resynthesizer/patches/patch-Makefile
new file mode 100644
index 00000000000..e49cefe5daa
--- /dev/null
+++ b/graphics/gimp-resynthesizer/patches/patch-Makefile
@@ -0,0 +1,13 @@
+$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
+