diff options
author | Tom William Payne <twp@gentoo.org> | 2006-01-15 18:38:24 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2006-01-15 18:38:24 +0000 |
commit | 8a1c73be3c366e3fe3e68400f5c20e932d300a13 (patch) | |
tree | fc237cfd7fa5b5ffdade5860bff876c6ecf74996 /app-misc/wyrd/files/wyrd-1.2.0-no-remind-version-check.patch | |
parent | redigest (diff) | |
download | gentoo-2-8a1c73be3c366e3fe3e68400f5c20e932d300a13.tar.gz gentoo-2-8a1c73be3c366e3fe3e68400f5c20e932d300a13.tar.bz2 gentoo-2-8a1c73be3c366e3fe3e68400f5c20e932d300a13.zip |
Remove broken remind version check.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-misc/wyrd/files/wyrd-1.2.0-no-remind-version-check.patch')
-rw-r--r-- | app-misc/wyrd/files/wyrd-1.2.0-no-remind-version-check.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/wyrd/files/wyrd-1.2.0-no-remind-version-check.patch b/app-misc/wyrd/files/wyrd-1.2.0-no-remind-version-check.patch new file mode 100644 index 000000000000..e6736a81b23f --- /dev/null +++ b/app-misc/wyrd/files/wyrd-1.2.0-no-remind-version-check.patch @@ -0,0 +1,24 @@ +diff -Naur wyrd-1.2.0/configure.in wyrd/configure.in +--- wyrd-1.2.0/configure.in 2005-11-20 09:16:35.000000000 +0100 ++++ wyrd/configure.in 2006-01-15 19:32:17.000000000 +0100 +@@ -150,20 +150,6 @@ + AC_MSG_ERROR(Cannot find a curses library. Perhaps you failed to install an ncurses development package?) + fi + +-# check Remind version +-REMINDVERSION=`remind --help 2> /dev/null | head -n 2 | tail -n 1 | cut -d ' ' -f 2` +-echo "remind version is $REMINDVERSION" +-REMMAJORVERSION=`echo $REMINDVERSION | cut -d '.' -f 1` +-REMMINORVERSION=`echo $REMINDVERSION | cut -d '.' -f 2` +-REMFIXVERSION=`echo $REMINDVERSION | cut -d '.' -f 3` +-if test $REMMAJORVERSION -lt 3 ; then +- AC_MSG_WARN(Wyrd requires Remind version 03.00.24 or greater.) +-else +- if test $REMFIXVERSION -lt 24 ; then +- AC_MSG_WARN(Wyrd requires Remind version 03.00.24 or greater.) +- fi +-fi +- + # substitutions to perform + AC_SUBST(OCAMLC) + AC_SUBST(OCAMLOPT) |