Package: mutt
Version: 1.5.8-1
Severity: wishlist
Tags: patch
Hello,
The current version of mutt (1.5.8-1) fail to build on GNU/kFreeBSD,
because of outdated config.guess and config.sub.
The patch below automatically update those file during the build.
Thanks,
Aurelien
diff -u mutt-1.5.8/debian/rules mutt-1.5.8/debian/rules
--- mutt-1.5.8/debian/rules
+++ mutt-1.5.8/debian/rules
@@ -44,6 +44,12 @@
$B/stamp-h.in $B/config.h.in
touch $@
+ # update config.guess and config.sub
+ -test -r /usr/share/misc/config.sub && \
+ cp -f /usr/share/misc/config.sub $B/config.sub
+ -test -r /usr/share/misc/config.guess && \
+ cp -f /usr/share/misc/config.guess $B/config.guess
+
configure: $(STAMP_DIR)/configure
$(STAMP_DIR)/configure: $(STAMP_DIR)/source.make
CC=cc ac_cv_path_ISPELL=ispell \
diff -u mutt-1.5.8/debian/control mutt-1.5.8/debian/control
--- mutt-1.5.8/debian/control
+++ mutt-1.5.8/debian/control
@@ -3,7 +3,7 @@
Priority: standard
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Uploaders: Marco d'Itri <[EMAIL PROTECTED]>, Adeodato Simà <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), linuxdoc-tools-text, gettext, groff,
libncurses5-dev, libsasl2-dev, libgnutls11-dev, libidn11-dev, zlib1g-dev,
libncursesw5-dev, libdb4.3-dev
+Build-Depends: debhelper (>= 4), linuxdoc-tools-text, gettext, groff,
libncurses5-dev, libsasl2-dev, libgnutls11-dev, libidn11-dev, zlib1g-dev,
libncursesw5-dev, libdb4.3-dev, autotools-dev
Standards-Version: 3.6.1.1
Package: mutt
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i586)
Kernel: GNU/kFreeBSD 5.3-5
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]