blob: e49cefe5daa8f052d1a1d427d8a32daa120b8018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|