pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/libpqxx



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Sep 21 09:22:28 UTC 2023

Modified Files:
        pkgsrc/databases/libpqxx: Makefile

Log Message:
databases/libpqxx: force C++17 standard to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/databases/libpqxx/Makefile

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

Modified files:

Index: pkgsrc/databases/libpqxx/Makefile
diff -u pkgsrc/databases/libpqxx/Makefile:1.41 pkgsrc/databases/libpqxx/Makefile:1.42
--- pkgsrc/databases/libpqxx/Makefile:1.41      Fri Sep  1 10:49:07 2023
+++ pkgsrc/databases/libpqxx/Makefile   Thu Sep 21 09:22:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2023/09/01 10:49:07 nia Exp $
+# $NetBSD: Makefile,v 1.42 2023/09/21 09:22:28 vins Exp $
 
 DISTNAME=              libpqxx-7.7.4
 PKGREVISION=           1
@@ -18,6 +18,7 @@ GNU_CONFIGURE=                yes
 USE_TOOLS+=            gmake pkg-config
 
 USE_CXX_FEATURES+=     c++17
+FORCE_CXX_STD=         c++17
 
 PYTHON_FOR_BUILD_ONLY= yes
 REPLACE_PYTHON+=       tools/m4esc.py



Home | Main Index | Thread Index | Old Index