pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/split-thai



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun  3 13:44:14 UTC 2024

Modified Files:
        pkgsrc/textproc/split-thai: Makefile

Log Message:
textproc/split-thai: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/split-thai/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/split-thai/Makefile
diff -u pkgsrc/textproc/split-thai/Makefile:1.55 pkgsrc/textproc/split-thai/Makefile:1.56
--- pkgsrc/textproc/split-thai/Makefile:1.55    Wed May 29 16:34:41 2024
+++ pkgsrc/textproc/split-thai/Makefile Mon Jun  3 13:44:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2024/05/29 16:34:41 adam Exp $
+# $NetBSD: Makefile,v 1.56 2024/06/03 13:44:14 ryoon Exp $
 
 ST_VERSION=    2.28
 PKGNAME=       split-thai-${ST_VERSION}
@@ -20,9 +20,8 @@ SITES.split-thai-${ST_VERSION}.tgz=   ${MA
 SITES.thaidict-${GITHUB_ICU_TAG}.txt=  -${MASTER_SITE_GITHUB:=unicode-org/}/icu/raw/${GITHUB_ICU_TAG}/icu4c/source/data/brkitr/dictionaries/thaidict.txt
 SITES.th_TH-${LIBREOFFICE_VERSION}.dic=        -${LIBREOFFICE_SITE}
 
-# darwin needs 11 to compile icu program
 USE_LANGUAGES=         c++
-FORCE_CXX_STD=         c++11
+FORCE_CXX_STD=         c++17
 
 USE_TOOLS=     pkg-config mkdir cp sh:run env awk cat sort uniq grep wc echo
 USE_TOOLS+=    perl:run



Home | Main Index | Thread Index | Old Index