From a38323cc61756afd4b3d627271372c5cfb7977c0 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 24 Aug 2014 09:30:20 +0000 Subject: Mark BROKEN: Fails to build With clang: gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src' touch ../src/config.h-t gcc -W -g -O -I../include -c monst.c gmake[3]: gcc: Command not found With gcc: gcc -W -g -O -I../include -c ../sys/unix/unixmain.c ../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory ../sys/unix/unixmain.c: In function 'main': ../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function) Reported by: pkg-fallout With hat: portmgr --- japanese/nethack34/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'japanese') diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index 1a7789cdd953..70baf7ec6a1c 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -18,6 +18,8 @@ COMMENT= Japanized NetHack WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN= Fails to build + USES= bison gmake tar:tgz MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" \ -- cgit v1.2.3