diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-07-08 23:37:17 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-07-08 23:37:17 +0800 |
commit | 3280c67cbc3b25c0e62453f00e30b4e98457f3c9 (patch) | |
tree | 72b92544db8fba07eb0f556de2b548dc34f000cc /mail/xfmail/files | |
parent | 447b98c8a623d390dfd0a19196affb92c86c63e2 (diff) | |
download | freebsd-ports-gnome-3280c67cbc3b25c0e62453f00e30b4e98457f3c9.tar.gz freebsd-ports-gnome-3280c67cbc3b25c0e62453f00e30b4e98457f3c9.tar.zst freebsd-ports-gnome-3280c67cbc3b25c0e62453f00e30b4e98457f3c9.zip |
Revert last commit and fix for libtool. Also add optional esound support.
Submitted by: Pete Fritchman <petef@databits.net> (esound support)
Diffstat (limited to 'mail/xfmail/files')
-rw-r--r-- | mail/xfmail/files/patch-ab | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/mail/xfmail/files/patch-ab b/mail/xfmail/files/patch-ab index 134aa0bdcc54..fd617266cca3 100644 --- a/mail/xfmail/files/patch-ab +++ b/mail/xfmail/files/patch-ab @@ -1,21 +1,6 @@ --- autogen.sh.orig Mon Feb 5 17:40:21 2001 -+++ 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 @@ ++++ autogen.sh Sat Jul 7 20:21:07 2001 +@@ -42,15 +42,4 @@ automake --gnu --add-missing cd "$THEDIR" |