mutt: don't use host mailpath definition 15466/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 19 Apr 2021 21:28:58 +0000 (18:28 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Tue, 20 Apr 2021 00:34:05 +0000 (21:34 -0300)
Use configure --with-mailpath=/var/mail instead of letting it guess the
value base on the host path.  If configure can't find it, the package
will fail to build.  The path was taken from the current bot build.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
mail/mutt/Makefile

index 14214d9d96eba061847cc5b9bf09c059b27cbc6d..38da53cb8dbd028637c5ecdb86d8b27a6367d51b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mutt
 PKG_VERSION:=1.14.7
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \
                http://ftp.mutt.org/pub/mutt/
@@ -45,6 +45,7 @@ CONFIGURE_ARGS += \
        --oldincludedir=$(PKG_BUILD_DIR)/. \
        --enable-pop \
        --enable-imap \
+       --with-mailpath=/var/mail \
        --with-ssl \
        --without-idn \
        --disable-doc