pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libcdr



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  3 16:46:08 UTC 2024

Modified Files:
        pkgsrc/converters/libcdr: Makefile

Log Message:
libcdr: force C++17 for ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/converters/libcdr/Makefile

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

Modified files:

Index: pkgsrc/converters/libcdr/Makefile
diff -u pkgsrc/converters/libcdr/Makefile:1.64 pkgsrc/converters/libcdr/Makefile:1.65
--- pkgsrc/converters/libcdr/Makefile:1.64      Wed May 29 16:31:37 2024
+++ pkgsrc/converters/libcdr/Makefile   Mon Jun  3 16:46:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2024/05/29 16:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.65 2024/06/03 16:46:07 adam Exp $
 
 DISTNAME=      libcdr-0.1.7
 PKGREVISION=   13
@@ -11,6 +11,7 @@ HOMEPAGE=     https://wiki.documentfoundatio
 COMMENT=       Corel Draw file format importer library
 LICENSE=       gnu-lgpl-v2.1 OR mpl-1.1 OR gnu-gpl-v2
 
+FORCE_CXX_STD=         c++17
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index