summaryrefslogtreecommitdiff
path: root/games/InterLOGIC/patches
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-10 01:11:44 +0000
committermarino <marino@pkgsrc.org>2011-12-10 01:11:44 +0000
commit701c144bd003e819b65394063d4242337afd3b65 (patch)
tree32c26598d8ad3ef28f4f892bb634146fcaa3f002 /games/InterLOGIC/patches
parent8faea2323efd882cf37fe38cfe1215a2d60211cb (diff)
downloadpkgsrc-701c144bd003e819b65394063d4242337afd3b65.tar.gz
textprox/interlogic: Fix gentoo ltmain sanity check bug
Diffstat (limited to 'games/InterLOGIC/patches')
-rw-r--r--games/InterLOGIC/patches/patch-configure13
1 files changed, 13 insertions, 0 deletions
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