summarylogtreecommitdiffstats
path: root/x86_64.patch
diff options
context:
space:
mode:
authormaz-12015-10-27 11:46:15 +0800
committermaz-12015-10-27 11:46:15 +0800
commitbdcb453e214c47291fef3e5ef2cae87304c8191c (patch)
treeb7e202956e72a8caa4224a5560734b02889506bc /x86_64.patch
downloadaur-gimp-voronoi.tar.gz
init
Diffstat (limited to 'x86_64.patch')
-rw-r--r--x86_64.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x86_64.patch b/x86_64.patch
new file mode 100644
index 000000000000..16ca1727fc7b
--- /dev/null
+++ b/x86_64.patch
@@ -0,0 +1,11 @@
+--- Makefile.old 2008-03-08 20:12:17.000000000 -0800
++++ Makefile 2008-03-08 20:23:54.000000000 -0800
+@@ -8,7 +8,7 @@
+
+ GIMP_LDFLAGS = `$(GIMPTOOL) --libs`
+ GIMP_CFLAGS = `$(GIMPTOOL) --cflags`
+-EXTRA_CFLAGS = -DLOCALEDIR=\"`$(GIMPTOOL) --prefix`/share/locale\" -DVERSION=\"$(VERSION)\" -Wall -O2 -march=`uname -m`
++EXTRA_CFLAGS = -DLOCALEDIR=\"`$(GIMPTOOL) --prefix`/share/locale\" -DVERSION=\"$(VERSION)\" -Wall -O2
+
+ CFLAGS = $(GIMP_CFLAGS) $(EXTRA_CFLAGS)
+ LDFLAGS = $(GIMP_LDFLAGS) -lm