diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-09 05:29:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-09 05:29:50 +0800 |
commit | 32d7d7ddce532b71ff9827ff4e5cf3883a0969b8 (patch) | |
tree | dfe164b3421f417329ddac1ce7e447e5709a56a6 /graphics | |
parent | 13169796697e96a3300b397e7c468015edfa7dc7 (diff) | |
download | freebsd-ports-gnome-32d7d7ddce532b71ff9827ff4e5cf3883a0969b8.tar.gz freebsd-ports-gnome-32d7d7ddce532b71ff9827ff4e5cf3883a0969b8.tar.zst freebsd-ports-gnome-32d7d7ddce532b71ff9827ff4e5cf3883a0969b8.zip |
Allow SIMD optimizations on amd64 by making sure gimp knows what FreeBSD
calls x86-64.
PR: 137439
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index a49e931f74ce..4e2daa606904 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -192,6 +192,7 @@ post-patch: s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \ ${WRKSRC}/plug-ins/pygimp/Makefile.in @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ + -e 's|x86_64|amd64|g' \ ${WRKSRC}/configure post-install: |