diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-10 04:32:18 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-10 04:32:18 +0000 |
commit | 7069cd6c00a39bb85b249add80f12e391d553d53 (patch) | |
tree | 88ae272a70740a25ee7f1467c5409969fe434545 /graphics/gegl/patches | |
parent | 1c41b7c1f126e113dd2d25aeb3ceb98bc5e80924 (diff) | |
download | pkgsrc-7069cd6c00a39bb85b249add80f12e391d553d53.tar.gz |
Remove wrong patch. HI ADAM
Diffstat (limited to 'graphics/gegl/patches')
-rw-r--r-- | graphics/gegl/patches/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/gegl/patches/patch-configure b/graphics/gegl/patches/patch-configure deleted file mode 100644 index 75335635667..00000000000 --- a/graphics/gegl/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2012/05/07 08:35:57 adam Exp $ - -Fix version test for intltool. - ---- configure.orig 2012-05-06 20:06:34.000000000 +0000 -+++ configure -@@ -17697,7 +17697,7 @@ if test -n "0.40.1"; then - $as_echo_n "checking for intltool >= 0.40.1... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 - $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } -- test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || -+ test "$INTLTOOL_APPLIED_VERSION_AS_INT" -lt "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - as_fn_error $? "Your intltool is too old. You need intltool 0.40.1 or later." "$LINENO" 5 - fi - |