diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2014-04-07 23:54:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2014-04-07 23:54:13 +0000 |
commit | 09c482df59a49146379d1ba8626f4572003a038c (patch) | |
tree | 2774e8416bbc821c3efd62289836752f7417de57 /graphics/gimp-refocus-plugin/files/patch-lib__Makefile.am | |
parent | New port ez-perspective 0.1.2: GIMP plugin to sharpen by increasing contrast ... (diff) |
New port Refocus 0.9.0: GIMP plugin to "refocus" images through FIR Wiener filtering
Approved by: eadler (mentor)
Obtained from: gentoo portage (patches)
Notes
Notes:
svn path=/head/; revision=350554
Diffstat (limited to 'graphics/gimp-refocus-plugin/files/patch-lib__Makefile.am')
-rw-r--r-- | graphics/gimp-refocus-plugin/files/patch-lib__Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/gimp-refocus-plugin/files/patch-lib__Makefile.am b/graphics/gimp-refocus-plugin/files/patch-lib__Makefile.am new file mode 100644 index 000000000000..02b07f4434b5 --- /dev/null +++ b/graphics/gimp-refocus-plugin/files/patch-lib__Makefile.am @@ -0,0 +1,7 @@ +--- lib/Makefile.am.orig 2003-01-30 19:29:52.000000000 -0200 ++++ lib/Makefile.am 2014-04-01 22:13:34.000000000 -0300 +@@ -1,4 +1,3 @@ +-CFLAGS=-fomit-frame-pointer -O3 -funroll-all-loops + + + noinst_LIBRARIES = liblapack.a libatlas.a libcblas.a |