pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/widelands
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Jun 3 15:16:21 UTC 2024
Modified Files:
pkgsrc/games/widelands: Makefile
Log Message:
games/widelands: Fix build with ICU 75
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/games/widelands/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/widelands/Makefile
diff -u pkgsrc/games/widelands/Makefile:1.40 pkgsrc/games/widelands/Makefile:1.41
--- pkgsrc/games/widelands/Makefile:1.40 Wed May 29 16:32:45 2024
+++ pkgsrc/games/widelands/Makefile Mon Jun 3 15:16:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/05/29 16:32:45 adam Exp $
+# $NetBSD: Makefile,v 1.41 2024/06/03 15:16:21 ryoon Exp $
DISTNAME= widelands-build21-source
PKGNAME= widelands-21
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config
USE_TOOLS+= msgfmt msgmerge pkg-config xgettext
USE_LANGUAGES= c c++
-USE_CXX_FEATURES+= c++11
+FORCE_CXX_STD= c++17
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
@@ -25,6 +25,7 @@ CMAKE_ARGS+= -DWL_INSTALL_BASEDIR=${PREF
CMAKE_ARGS+= -DWL_INSTALL_DATADIR=${PREFIX}/share/widelands
BUILDLINK_TRANSFORM+= rm:-Werror=shadow
+BUILDLINK_TRANSFORM+= rm:-Werror=uninitialized
# too much spam from boost headers
BUILDLINK_TRANSFORM+= rm:-Wold-style-cast
Home |
Main Index |
Thread Index |
Old Index