diff options
author | joerg <joerg> | 2013-10-27 20:32:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-10-27 20:32:36 +0000 |
commit | 7811fe5b85c4f9705f577daf3356b4abd5824e86 (patch) | |
tree | 523ad5892950d63d17d96475e2db4239b2e1a18d | |
parent | 639bdcf61310912eccb8f7215a7882bb76091b5b (diff) | |
download | pkgsrc-7811fe5b85c4f9705f577daf3356b4abd5824e86.tar.gz |
Don't use -frename-registers.
-rw-r--r-- | graphics/gimp-resynthesizer/distinfo | 3 | ||||
-rw-r--r-- | graphics/gimp-resynthesizer/patches/patch-Makefile | 13 |
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 + |