pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

minetest: Enable curses, builds with ncursesw and netbsd curses.



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Fri Jun 28 13:28:58 2019 +0100
Changeset:	4bb5caa73f68ca91eacdd4a1695ba85b1dcf3862

Modified Files:
	minetest/Makefile

Log Message:
minetest: Enable curses, builds with ncursesw and netbsd curses.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4bb5caa73f68ca91eacdd4a1695ba85b1dcf3862

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 minetest/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/minetest/Makefile b/minetest/Makefile
index 237487e8e0..1f889a33fa 100644
--- a/minetest/Makefile
+++ b/minetest/Makefile
@@ -29,7 +29,6 @@ CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE="Release"
 CMAKE_ARGS+=	-DBUILD_CLIENT=TRUE
 CMAKE_ARGS+=	-DBUILD_SERVER=TRUE
 
-CMAKE_ARGS+=	-DENABLE_CURSES=FALSE
 CMAKE_ARGS+=	-DENABLE_POSTGRESQL=FALSE
 CMAKE_ARGS+=	-DENABLE_LEVELDB=FALSE
 CMAKE_ARGS+=	-DENABLE_REDIS=FALSE
@@ -61,6 +60,7 @@ post-extract:
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index