pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/xfmail



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug  4 17:15:08 UTC 2023

Modified Files:
        pkgsrc/mail/xfmail: Makefile

Log Message:
xfmail: Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/mail/xfmail/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/xfmail/Makefile
diff -u pkgsrc/mail/xfmail/Makefile:1.61 pkgsrc/mail/xfmail/Makefile:1.62
--- pkgsrc/mail/xfmail/Makefile:1.61    Wed Aug  2 19:21:55 2023
+++ pkgsrc/mail/xfmail/Makefile Fri Aug  4 17:15:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2023/08/02 19:21:55 nia Exp $
+# $NetBSD: Makefile,v 1.62 2023/08/04 17:15:08 nia Exp $
 
 DISTNAME=              xfmail-1.5.5
 PKGREVISION=           9
@@ -20,7 +20,7 @@ GNU_CONFIGURE=                YES
 INSTALLATION_DIRS+=    share/doc/xfmail
 
 # Fails with C++14 default language.
-FORCE_CXX_STD=         c++
+FORCE_CXX_STD=         c++03
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/Copyright ${DESTDIR}${PREFIX}/share/doc/xfmail



Home | Main Index | Thread Index | Old Index