summaryrefslogtreecommitdiff
path: root/community/gimp-refocus/refocus-gimp-2.0.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-06 01:18:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-06 01:18:58 -0500
commit14bebd3dada7119d2752f26c90b3e326b3c6ee57 (patch)
treee6e75a28ef929ae676688ba2a98d5d7d83de08ec /community/gimp-refocus/refocus-gimp-2.0.patch
parente45256216e1810c532395137dfe07f1e1e16180c (diff)
Fix refocus-gimp-2.0.patch in gimp-refocus
Diffstat (limited to 'community/gimp-refocus/refocus-gimp-2.0.patch')
-rw-r--r--community/gimp-refocus/refocus-gimp-2.0.patch5
1 files changed, 4 insertions, 1 deletions
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