pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/regexx



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Dec 17 19:57:26 UTC 2023

Modified Files:
        pkgsrc/textproc/regexx: Makefile

Log Message:
regexx: fix build on compilers defaulting to c++17 and above


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/regexx/Makefile

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

Modified files:

Index: pkgsrc/textproc/regexx/Makefile
diff -u pkgsrc/textproc/regexx/Makefile:1.19 pkgsrc/textproc/regexx/Makefile:1.20
--- pkgsrc/textproc/regexx/Makefile:1.19        Mon Sep  4 18:08:29 2017
+++ pkgsrc/textproc/regexx/Makefile     Sun Dec 17 19:57:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/09/04 18:08:29 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/12/17 19:57:26 nros Exp $
 #
 
 DISTNAME=              regexx-0.98.1
@@ -14,6 +14,7 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
+FORCE_CXX_STD=         c++03
 
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index