pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/neomutt
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 18 06:54:20 UTC 2024
Modified Files:
pkgsrc/mail/neomutt: Makefile
Log Message:
neomutt: needs gcc8+ for "error: initializer element is not constant"
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/mail/neomutt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.93 pkgsrc/mail/neomutt/Makefile:1.94
--- pkgsrc/mail/neomutt/Makefile:1.93 Tue Apr 16 22:08:23 2024
+++ pkgsrc/mail/neomutt/Makefile Thu Apr 18 06:54:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2024/04/16 22:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2024/04/18 06:54:20 wiz Exp $
DISTNAME= neomutt-20240416
CATEGORIES= mail
@@ -30,6 +30,8 @@ CONF_FILES= ${EGDIR}/neomuttrc ${PKG_SY
INSTALLATION_DIRS+= ${EGDIR}
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} DOTLOCK_GROUP= sysconfdir=${EGDIR}
+GCC_REQD+= 8
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"
Home |
Main Index |
Thread Index |
Old Index