pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ancient



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 20 21:09:00 UTC 2023

Modified Files:
        pkgsrc/archivers/ancient: Makefile

Log Message:
ancient: Requires a C++17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/ancient/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/ancient/Makefile
diff -u pkgsrc/archivers/ancient/Makefile:1.2 pkgsrc/archivers/ancient/Makefile:1.3
--- pkgsrc/archivers/ancient/Makefile:1.2       Tue Jun  6 12:40:15 2023
+++ pkgsrc/archivers/ancient/Makefile   Thu Jul 20 21:09:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/06/06 12:40:15 riastradh Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/20 21:09:00 nia Exp $
 
 DISTNAME=      ancient-2.0.0
 CATEGORIES=    archivers
@@ -17,6 +17,8 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            automake autoconf pkg-config
 
+USE_CXX_FEATURES+=     c++17
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -i
 



Home | Main Index | Thread Index | Old Index