pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/neix



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:49:36 UTC 2023

Modified Files:
        pkgsrc/news/neix: Makefile

Log Message:
neix: Require a compiler that knows about std::regex_replace.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/news/neix/Makefile

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

Modified files:

Index: pkgsrc/news/neix/Makefile
diff -u pkgsrc/news/neix/Makefile:1.11 pkgsrc/news/neix/Makefile:1.12
--- pkgsrc/news/neix/Makefile:1.11      Wed Apr 19 08:11:15 2023
+++ pkgsrc/news/neix/Makefile   Wed Jul 12 20:49:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/04/19 08:11:15 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/07/12 20:49:36 nia Exp $
 
 DISTNAME=      neix-0.1.5
 PKGREVISION=   4
@@ -15,6 +15,9 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES= c c++11
 
+# gcc 4.9 added support for std::regex_replace.
+GCC_REQD+=     4.9
+
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 



Home | Main Index | Thread Index | Old Index