pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hfstospell



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun  3 13:29:31 UTC 2024

Modified Files:
        pkgsrc/textproc/hfstospell: Makefile

Log Message:
textproc/hfstospell: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/hfstospell/Makefile

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

Modified files:

Index: pkgsrc/textproc/hfstospell/Makefile
diff -u pkgsrc/textproc/hfstospell/Makefile:1.19 pkgsrc/textproc/hfstospell/Makefile:1.20
--- pkgsrc/textproc/hfstospell/Makefile:1.19    Wed May 29 16:34:35 2024
+++ pkgsrc/textproc/hfstospell/Makefile Mon Jun  3 13:29:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/05/29 16:34:35 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/06/03 13:29:31 ryoon Exp $
 
 DISTNAME=      hfstospell-0.5.4
 PKGREVISION=   1
@@ -17,7 +17,7 @@ USE_TOOLS+=   pkg-config autoreconf autoco
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
 
-FORCE_CXX_STD= c++14
+FORCE_CXX_STD= c++17
 
 PKGCONFIG_OVERRIDE+=   hfstospell.pc.in
 



Home | Main Index | Thread Index | Old Index