Remove wrong patch. HI ADAM
This commit is contained in:
parent
c8b715b575
commit
6092a575d5
2 changed files with 1 additions and 17 deletions
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2012/05/07 08:35:57 adam Exp $
|
||||
$NetBSD: distinfo,v 1.12 2012/05/10 04:32:18 dholland Exp $
|
||||
|
||||
SHA1 (gegl-0.2.0.tar.bz2) = 764cc66cb3c7b261b8fc18a6268a0e264a91d573
|
||||
RMD160 (gegl-0.2.0.tar.bz2) = cc10365cff27dd42b002bf305f82de54d8c158fa
|
||||
Size (gegl-0.2.0.tar.bz2) = 7502040 bytes
|
||||
SHA1 (patch-aa) = 0f46061f7b0c213abfe422124839eec29780d039
|
||||
SHA1 (patch-configure) = 769f90b79ee581ccb7d160f28f61231de32eb723
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in a new issue