diff options
author | marino <marino@pkgsrc.org> | 2011-12-14 18:28:59 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-14 18:28:59 +0000 |
commit | a6223aefbb790f152ccc9aafab1d365170f0c339 (patch) | |
tree | d0a8fbd50c736eef43da256b20bec8c0d702fa1f /ham/linpsk/patches | |
parent | b4d63383a96573cf0f2cd88e539bd22039ada538 (diff) | |
download | pkgsrc-a6223aefbb790f152ccc9aafab1d365170f0c339.tar.gz |
ham/linpsk: Fix gentoo ltmain sanity check bug
Diffstat (limited to 'ham/linpsk/patches')
-rw-r--r-- | ham/linpsk/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ham/linpsk/patches/patch-aa b/ham/linpsk/patches/patch-aa index c060093f2e3..e3bf3255982 100644 --- a/ham/linpsk/patches/patch-aa +++ b/ham/linpsk/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2006/05/06 13:48:02 joerg Exp $ +$NetBSD: patch-aa,v 1.4 2011/12/14 18:28:59 marino Exp $ ---- configure.orig 2006-05-06 13:21:48.000000000 +0000 +--- configure.orig 2005-03-17 20:00:57.000000000 +0000 +++ configure @@ -4270,7 +4270,7 @@ fi QT_LDADD="-L$QTDIR/lib $QT_LIB" @@ -11,3 +11,12 @@ $NetBSD: patch-aa,v 1.3 2006/05/06 13:48:02 joerg Exp $ echo "$as_me:$LINENO: checking QT_LDADD" >&5 echo $ECHO_N "checking QT_LDADD... $ECHO_C" >&6 echo "$as_me:$LINENO: result: $QT_LDADD" >&5 +@@ -7327,7 +7327,7 @@ echo "${ECHO_T}no" >&6 + exit 1 + fi + gentoo_lt_version="1.5.10" +-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 |