From 18c457737ff38a09ce6a52b84b3f88f42f178b80 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 10 Dec 2011 01:11:44 +0000 Subject: textprox/interlogic: Fix gentoo ltmain sanity check bug --- games/InterLOGIC/distinfo | 3 ++- games/InterLOGIC/patches/patch-configure | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 games/InterLOGIC/patches/patch-configure (limited to 'games') diff --git a/games/InterLOGIC/distinfo b/games/InterLOGIC/distinfo index 94303562184..6306079620e 100644 --- a/games/InterLOGIC/distinfo +++ b/games/InterLOGIC/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/17 08:08:43 wiz Exp $ +$NetBSD: distinfo,v 1.2 2011/12/10 01:11:44 marino Exp $ SHA1 (interLOGIC-src-0.30.tar.gz) = 8cf6957e88b06a76479834ebb3608536b8ea84e3 RMD160 (interLOGIC-src-0.30.tar.gz) = f39cf78f230cdc52388009722ca3bd6553e73cf3 Size (interLOGIC-src-0.30.tar.gz) = 1731894 bytes +SHA1 (patch-configure) = c0cbe4a932651c842261901ed72d7d4db2d67062 diff --git a/games/InterLOGIC/patches/patch-configure b/games/InterLOGIC/patches/patch-configure new file mode 100644 index 00000000000..d4f21cfca97 --- /dev/null +++ b/games/InterLOGIC/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2011/12/10 01:11:44 marino Exp $ + +--- configure.orig 2005-09-18 13:01:22.000000000 +0000 ++++ configure +@@ -6229,7 +6229,7 @@ echo "${ECHO_T}no" >&6 + exit 1 + fi + gentoo_lt_version="1.5.18" +-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` ++gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` + if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 -- cgit v1.2.3