pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libzmf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  4 05:38:54 UTC 2024

Modified Files:
        pkgsrc/converters/libzmf: Makefile

Log Message:
converters/libzmf: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/converters/libzmf/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/libzmf/Makefile
diff -u pkgsrc/converters/libzmf/Makefile:1.37 pkgsrc/converters/libzmf/Makefile:1.38
--- pkgsrc/converters/libzmf/Makefile:1.37      Wed May 29 16:31:38 2024
+++ pkgsrc/converters/libzmf/Makefile   Tue Jun  4 05:38:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/05/29 16:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/06/04 05:38:54 ryoon Exp $
 
 DISTNAME=      libzmf-0.0.2
 PKGREVISION=   30
@@ -15,6 +15,7 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
 
 CONFIGURE_ARGS+=       --without-docs
 CONFIGURE_ARGS+=       --disable-werror



Home | Main Index | Thread Index | Old Index