diff options
author | marino <marino@pkgsrc.org> | 2011-12-10 01:11:44 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-10 01:11:44 +0000 |
commit | 701c144bd003e819b65394063d4242337afd3b65 (patch) | |
tree | 32c26598d8ad3ef28f4f892bb634146fcaa3f002 /games/InterLOGIC | |
parent | 8faea2323efd882cf37fe38cfe1215a2d60211cb (diff) | |
download | pkgsrc-701c144bd003e819b65394063d4242337afd3b65.tar.gz |
textprox/interlogic: Fix gentoo ltmain sanity check bug
Diffstat (limited to 'games/InterLOGIC')
-rw-r--r-- | games/InterLOGIC/distinfo | 3 | ||||
-rw-r--r-- | games/InterLOGIC/patches/patch-configure | 13 |
2 files changed, 15 insertions, 1 deletions
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 |