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 Oct  6 16:30:18 UTC 2016

Modified Files:
        pkgsrc/mail/neomutt: Makefile

Log Message:
Comment out debug flags.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/mail/neomutt/Makefile:1.14
--- pkgsrc/mail/neomutt/Makefile:1.13   Thu Oct  6 16:27:15 2016
+++ pkgsrc/mail/neomutt/Makefile        Thu Oct  6 16:30:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/10/06 16:27:15 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/10/06 16:30:18 wiz Exp $
 
 DISTNAME=              neomutt-20161003
 PKGREVISION=           1
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+=      --enable-external-dotlo
 CONFIGURE_ARGS+=       --enable-imap
 CONFIGURE_ARGS+=       --enable-notmuch
 CONFIGURE_ARGS+=       --enable-pop
-CONFIGURE_ARGS+=       CFLAGS="-g -O0"
+#CONFIGURE_ARGS+=      CFLAGS="-g -O0"
 
 EGDIR=                 ${PREFIX}/share/examples/mutt
 CONF_FILES=            ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc



Home | Main Index | Thread Index | Old Index