pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/sword
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Jun 2 15:33:31 UTC 2024
Modified Files:
pkgsrc/misc/sword: Makefile
Log Message:
misc/sword: Fix build with ICU 75
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/misc/sword/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/sword/Makefile
diff -u pkgsrc/misc/sword/Makefile:1.57 pkgsrc/misc/sword/Makefile:1.58
--- pkgsrc/misc/sword/Makefile:1.57 Wed May 29 16:33:40 2024
+++ pkgsrc/misc/sword/Makefile Sun Jun 2 15:33:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2024/05/29 16:33:40 adam Exp $
+# $NetBSD: Makefile,v 1.58 2024/06/02 15:33:30 ryoon Exp $
#
DISTNAME= sword-1.9.0
@@ -14,7 +14,8 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++17
CONFIGURE_ARGS+= --with-clucene=${BUILDLINK_PREFIX.libclucene}
Home |
Main Index |
Thread Index |
Old Index