diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-07-06 00:30:50 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-07-06 00:30:50 +0000 |
commit | a65617526f64742733a2b7367d7f31a1a1a08179 (patch) | |
tree | 45154a35dd5dbab0d549f03e9a46f476a45416dc /mail/xfmail | |
parent | f976b613b389381347b406dea8f9f0907efa0ef9 (diff) | |
download | FreeBSD-ports-a65617526f64742733a2b7367d7f31a1a1a08179.zip FreeBSD-ports-a65617526f64742733a2b7367d7f31a1a1a08179.tar.gz |
This port doesn't use libtool so remove the check for it.
Noticed by: bento
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/files/patch-ab | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/mail/xfmail/files/patch-ab b/mail/xfmail/files/patch-ab index 9c60395..134aa0b 100644 --- a/mail/xfmail/files/patch-ab +++ b/mail/xfmail/files/patch-ab @@ -1,6 +1,21 @@ --- autogen.sh.orig Mon Feb 5 17:40:21 2001 -+++ autogen.sh Mon Jun 25 01:02:54 2001 -@@ -42,15 +42,4 @@ ++++ autogen.sh Thu Jul 5 20:06:50 2001 +@@ -14,14 +14,6 @@ + DIE=1 + } + +-(libtool --version) < /dev/null > /dev/null 2>&1 || { +- echo +- echo "You must have libtool installed to compile xfmail." +- echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz" +- echo "(or a newer version if it is available)" +- DIE=1 +-} +- + (automake --version) < /dev/null > /dev/null 2>&1 || { + echo + echo "You must have automake installed to compile xfmail." +@@ -42,15 +34,4 @@ automake --gnu --add-missing cd "$THEDIR" |