pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/poedit



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun  2 12:35:38 UTC 2024

Modified Files:
        pkgsrc/editors/poedit: Makefile

Log Message:
editors/poedit: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/editors/poedit/Makefile

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

Modified files:

Index: pkgsrc/editors/poedit/Makefile
diff -u pkgsrc/editors/poedit/Makefile:1.121 pkgsrc/editors/poedit/Makefile:1.122
--- pkgsrc/editors/poedit/Makefile:1.121        Wed May 29 16:32:24 2024
+++ pkgsrc/editors/poedit/Makefile      Sun Jun  2 12:35:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2024/05/29 16:32:24 adam Exp $
+# $NetBSD: Makefile,v 1.122 2024/06/02 12:35:38 ryoon Exp $
 
 VERSION=       2.3
 DISTNAME=      poedit-${VERSION}
@@ -14,6 +14,7 @@ LICENSE=      mit
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}
 USE_LANGUAGES=         c c++
+FORCE_CXX_STD=         c++17
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config zip:run
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index