From 14bebd3dada7119d2752f26c90b3e326b3c6ee57 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 6 Dec 2012 01:18:58 -0500 Subject: Fix refocus-gimp-2.0.patch in gimp-refocus --- community/gimp-refocus/PKGBUILD | 2 +- community/gimp-refocus/refocus-gimp-2.0.patch | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/gimp-refocus/PKGBUILD b/community/gimp-refocus/PKGBUILD index 6c031e39c..1bdf44954 100644 --- a/community/gimp-refocus/PKGBUILD +++ b/community/gimp-refocus/PKGBUILD @@ -13,7 +13,7 @@ depends=('gimp') source=(http://downloads.sourceforge.net/sourceforge/refocus/refocus-${pkgver}.tar.gz \ refocus-gimp-2.0.patch refocus-mirror-fix.patch refocus-gimp-preview.patch) md5sums=('8d4eac4ef45c904fb5e73021696bec94' - '8ef9dfe697cd20be2be14c1ee53a240a' + '0280f3d4c4d7838da459d8070abb6966' '532593cba030feab8ffa7800fc9cd782' '6b55dbdc656646c765064cf21e1a3c57') diff --git a/community/gimp-refocus/refocus-gimp-2.0.patch b/community/gimp-refocus/refocus-gimp-2.0.patch index 259ee9f87..db359487c 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 -- cgit v1.2.3-54-g00ecf