pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libcutl



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Sep 21 11:31:19 UTC 2023

Modified Files:
        pkgsrc/devel/libcutl: Makefile

Log Message:
libcutl: build on compilers that default to c++17


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libcutl/Makefile

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

Modified files:

Index: pkgsrc/devel/libcutl/Makefile
diff -u pkgsrc/devel/libcutl/Makefile:1.6 pkgsrc/devel/libcutl/Makefile:1.7
--- pkgsrc/devel/libcutl/Makefile:1.6   Sun Apr 23 14:26:16 2023
+++ pkgsrc/devel/libcutl/Makefile       Thu Sep 21 11:31:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/04/23 14:26:16 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/09/21 11:31:19 nros Exp $
 
 DISTNAME=      libcutl-1.10.0
 PKGREVISION=   5
@@ -15,6 +15,7 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++11
 
 CONFIGURE_ARGS+=       --with-external-boost
 CONFIGURE_ARGS+=       --with-external-expat



Home | Main Index | Thread Index | Old Index