From 88ca5e7b8d117bdceef3516d15a5e5b0b4b75eaf Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Fri, 17 Oct 2003 00:04:36 +0000
Subject: First pass at patches to update various packages to recent autotools
 (first pass is 'autoupdate' only).

BKrev: 3f8f3214lGQ4WxIZ_n6VvkJ1pfUjcQ
---
 mutt/mutt-1.5.4i/configure.patch |  0
 mutt/mutt_1.5.4i.oe              | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 mutt/mutt-1.5.4i/configure.patch

(limited to 'mutt')

diff --git a/mutt/mutt-1.5.4i/configure.patch b/mutt/mutt-1.5.4i/configure.patch
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/mutt/mutt_1.5.4i.oe b/mutt/mutt_1.5.4i.oe
index e69de29bb2..779f06dd58 100644
--- a/mutt/mutt_1.5.4i.oe
+++ b/mutt/mutt_1.5.4i.oe
@@ -0,0 +1,27 @@
+DEPENDS = virtual/libc ncurses openssl
+RDEPENDS = libc6 libncurses5 libssl0
+
+SRC_URI := ftp://ftp.mutt.org/mutt/devel/mutt-1.5.4i.tar.gz \
+	   http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.rr.compressed.gz;patch=1 \
+	   http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.nntp.gz;patch=1 \
+	   http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.initials.gz;patch=1 \
+	   http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.vvv.quote.gz;patch=1 \
+	   file://${FILESDIR}/cppflags.patch;patch=1 \
+	   file://${FILESDIR}/posix1_lim.patch;patch=1 \
+	   file://${FILESDIR}/configure.patch;patch=1
+S := ${WORKDIR}/${PN}-1.5.4
+
+inherit autotools
+
+EXTRA_OECONF = --disable-pgp --without-mixmaster --with-curses=${STAGING_DIR}/target \
+	       --enable-pop --enable-imap --with-ssl --enable-compressed --enable-nntp
+
+do_configure_prepend () {
+	if [ -d ${STAGING_DIR}/share/aclocal ]; then
+		cp -a m4/*.m4 ${STAGING_DIR}/share/aclocal/
+	fi
+}
+
+do_compile_prepend () {
+	${BUILD_CC} makedoc.c -o makedoc
+}
-- 
cgit v1.2.3