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: Fri Sep 8 14:18:37 UTC 2023
Modified Files:
pkgsrc/games/openrct2: Makefile
Log Message:
openrct2: Fix build for Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 pkgsrc/games/openrct2/Makefile:1.48
--- pkgsrc/games/openrct2/Makefile:1.47 Fri Sep 8 08:52:16 2023
+++ pkgsrc/games/openrct2/Makefile Fri Sep 8 14:18:37 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2023/09/08 08:52:16 triaxx Exp $
+# $NetBSD: Makefile,v 1.48 2023/09/08 14:18:37 triaxx Exp $
DISTNAME= openrct2-0.4.6
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenRCT2/}
GITHUB_PROJECT= OpenRCT2
@@ -22,6 +23,8 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release
CMAKE_ARGS+= -DCMAKE_CXX_COMPILER_AR="/usr/bin/ar"
CMAKE_ARGS+= -DDISABLE_DISCORD_RPC=ON
CMAKE_ARGS+= -DDISABLE_GOOGLE_BENCHMARK=ON
+CMAKE_ARGS+= -DMACOS_USE_DEPENDENCIES=OFF
+CMAKE_ARGS+= -DMACOS_BUNDLE=OFF
CXXFLAGS+= -DORCT2_RESOURCE_DIR=\"${PREFIX}/share/openrct2\"
Home |
Main Index |
Thread Index |
Old Index