pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libmspub



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jun  4 05:37:58 UTC 2024

Modified Files:
        pkgsrc/converters/libmspub: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/converters/libmspub/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/libmspub/Makefile
diff -u pkgsrc/converters/libmspub/Makefile:1.58 pkgsrc/converters/libmspub/Makefile:1.59
--- pkgsrc/converters/libmspub/Makefile:1.58    Wed May 29 16:31:37 2024
+++ pkgsrc/converters/libmspub/Makefile Tue Jun  4 05:37:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/05/29 16:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.59 2024/06/04 05:37:58 ryoon Exp $
 
 DISTNAME=      libmspub-0.1.4
 PKGREVISION=   28
@@ -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
 
 BUILDLINK_TRANSFORM+=  rm:-Werror



Home | Main Index | Thread Index | Old Index