diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 09:30:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 09:30:20 +0000 |
commit | a38323cc61756afd4b3d627271372c5cfb7977c0 (patch) | |
tree | e5b03627d52f7bc565aa568133d73461b136de03 /japanese | |
parent | Mark BROKEN: Fails to build (diff) |
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
Notes
Notes:
svn path=/head/; revision=365907
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nethack34/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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}" \ |