summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-27 20:32:36 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-27 20:32:36 +0000
commitd7eca6bf9da646adb8d0a8de76dccf6ee71b10c8 (patch)
tree523ad5892950d63d17d96475e2db4239b2e1a18d /graphics
parent0c5f6725a06bcb7d21afe864f0277930d144f365 (diff)
downloadpkgsrc-d7eca6bf9da646adb8d0a8de76dccf6ee71b10c8.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
+