From 4406dd5fbad4d78743b8dc934cd7e14c649b5466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 4 Aug 2025 13:29:33 +0700 Subject: [PATCH] nethack: better check for col(1) --- srcpkgs/nethack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nethack/template b/srcpkgs/nethack/template index 19c6864ca0b..dae3e204b60 100644 --- a/srcpkgs/nethack/template +++ b/srcpkgs/nethack/template @@ -22,7 +22,7 @@ do_configure() { do_build() { local nocol - if [ "$XBPS_LIBC" = musl ]; then + if ! command -v col >/dev/null; then nocol=yes fi make all dungeon \