neomutt: update to 20170306.

This commit is contained in:
Toyam Cox 2017-03-07 03:49:01 -05:00
parent 85a7b1a6fc
commit 43a9eae53f
2 changed files with 2 additions and 25 deletions

View File

@ -1,23 +0,0 @@
From b0997a4cb799433c8073229b507fc49a91d61284 Mon Sep 17 00:00:00 2001
From: guyzmo <guyzmo+github+pub@m0g.net>
Date: Sat, 25 Feb 2017 12:47:14 +0100
Subject: [PATCH] Fixes missing semi-colon compilation issue (#433)
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
---
getdomain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/getdomain.c b/getdomain.c
index 97fd9f4..e939547 100644
--- getdomain.c
+++ getdomain.c
@@ -67,7 +67,7 @@ int getdnsdomainname (char *d, size_t len)
#else /* !HAVE_GETADDRINFO_A */
- getaddrinfo(node, NULL, &hints, &h)
+ getaddrinfo(node, NULL, &hints, &h);
#endif

View File

@ -1,6 +1,6 @@
# Template file for 'neomutt'
pkgname=neomutt
version=20170225
version=20170306
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
@ -17,7 +17,7 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2"
homepage="http://www.neomutt.org"
distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
checksum=d7a0d1bef0927c81b3fdecc69688a0953a836bde095ca97bfe56b19b5e199402
checksum=4fc1d02792ca8b6c74105c9376886b0c2fb7ef28bc04be7cfd0f0699aa5c8c63
case "${XBPS_TARGET_MACHINE}" in
x86_64-musl) CFLAGS="-D_FILE_OFFSET_BITS=64 -DLARGEFILE_SOURCE=1";;