summaryrefslogtreecommitdiff
path: root/community/gimp-refocus
diff options
context:
space:
mode:
Diffstat (limited to 'community/gimp-refocus')
-rw-r--r--community/gimp-refocus/PKGBUILD2
-rw-r--r--community/gimp-refocus/refocus-gimp-2.0.patch5
2 files changed, 5 insertions, 2 deletions
diff --git a/community/gimp-refocus/PKGBUILD b/community/gimp-refocus/PKGBUILD
index 28a68328a..a356f1953 100644
--- a/community/gimp-refocus/PKGBUILD
+++ b/community/gimp-refocus/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=gimp-refocus
pkgver=0.9.0
pkgrel=4
pkgdesc="A sharpen plugin for gimp using FIR Wiener filtering"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://refocus.sourceforge.net/"
license=('GPL2')
depends=('gimp')
diff --git a/community/gimp-refocus/refocus-gimp-2.0.patch b/community/gimp-refocus/refocus-gimp-2.0.patch
index 454b8d999..56193a3c8 100644
--- a/community/gimp-refocus/refocus-gimp-2.0.patch
+++ b/community/gimp-refocus/refocus-gimp-2.0.patch
@@ -35,11 +35,14 @@ diff -u -u -r1.1.1.1 configure.in
AM_PATH_GTK_2_0(2.0.0)
AM_PATH_GLIB_2_0(2.0.0)
-@@ -106,5 +106,6 @@
+@@ -106,5 +106,9 @@
#Check if erf is defined in the mathlibrary
AC_CHECK_LIB(m, erf, AC_DEFINE(HAVE_ERF))
-AC_OUTPUT([Makefile src/Makefile lib/Makefile doc/Makefile gtk-doc/Makefile ])
++#Check if ceil is defined in the mathlibrary
++AC_CHECK_LIB(m, ceil)
++
+AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile doc/Makefile gtk-doc/Makefile ])
+AC_OUTPUT