pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
minetest: added bl3 for jsoncpp to fix error on systems with textproc/jsoncpp installed
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Mon Jan 1 22:15:03 2024 -0500
Changeset: 3010db26cdb7738ea6a879e1810dcb0827831bc2
Modified Files:
minetest/COMMIT_MSG
minetest/Makefile
Log Message:
minetest: added bl3 for jsoncpp to fix error on systems with textproc/jsoncpp installed
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3010db26cdb7738ea6a879e1810dcb0827831bc2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
minetest/COMMIT_MSG | 5 +++++
minetest/Makefile | 1 +
2 files changed, 6 insertions(+)
diffs:
diff --git a/minetest/COMMIT_MSG b/minetest/COMMIT_MSG
index 07229718d1..0fd2a0074b 100644
--- a/minetest/COMMIT_MSG
+++ b/minetest/COMMIT_MSG
@@ -1,5 +1,10 @@
games/minetest: update minetest to 5.8.0
+Update prepared in wip by Kevin Bloom
+
+Added buildlink3 for textproc/jsoncpp to prevent build error when
+building on a system that has jsoncpp installed.
+
Deprecations and compatibility notes
- Minetest Game is no longer the default game and will no longer be
shipped by Minetest. If you want it back, install it by using the
diff --git a/minetest/Makefile b/minetest/Makefile
index 0b906a97be..2b7c88c314 100644
--- a/minetest/Makefile
+++ b/minetest/Makefile
@@ -70,6 +70,7 @@ post-extract:
#.include "../../graphics/irrlicht/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../textproc/jsoncpp/buildlink3.mk"
#.if ${PLATFORM_SUPPORTS_LUAJIT} != "no"
#.include "../../lang/LuaJIT2/buildlink3.mk"
#.endif
Home |
Main Index |
Thread Index |
Old Index