pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openrct2
Module Name: pkgsrc
Committed By: triaxx
Date: Thu Jan 18 16:19:43 UTC 2024
Modified Files:
pkgsrc/games/openrct2: Makefile
Log Message:
openrct2: Fix build due to missing C++ wrapper
pkgsrc changes
--------------
* Restore c++ in USE_LANGUAGES that has been removed due to a
misunderstanding of the pkglint message (c++17 must be set in
USE_CXX_FEATURES but c++ keeps in USE_LANGUAGES).
* Bump revision.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/games/openrct2/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/openrct2/Makefile
diff -u pkgsrc/games/openrct2/Makefile:1.52 pkgsrc/games/openrct2/Makefile:1.53
--- pkgsrc/games/openrct2/Makefile:1.52 Thu Jan 4 21:37:29 2024
+++ pkgsrc/games/openrct2/Makefile Thu Jan 18 16:19:43 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2024/01/04 21:37:29 triaxx Exp $
+# $NetBSD: Makefile,v 1.53 2024/01/18 16:19:43 triaxx Exp $
DISTNAME= openrct2-0.4.7
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenRCT2/}
GITHUB_PROJECT= OpenRCT2
@@ -13,7 +14,7 @@ LICENSE= gnu-gpl-v3
USE_CMAKE= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c
+USE_LANGUAGES= c c++
# C++17
GCC_REQD+= 9
Home |
Main Index |
Thread Index |
Old Index