diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-24 17:30:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-24 17:30:20 +0800 |
commit | 8ad7523624570f623c52bbfb4666d1d714032706 (patch) | |
tree | e5b03627d52f7bc565aa568133d73461b136de03 /japanese | |
parent | 3e3a174817258134d02ac7e0f9421169b0979c94 (diff) | |
download | freebsd-ports-gnome-8ad7523624570f623c52bbfb4666d1d714032706.tar.gz freebsd-ports-gnome-8ad7523624570f623c52bbfb4666d1d714032706.tar.zst freebsd-ports-gnome-8ad7523624570f623c52bbfb4666d1d714032706.zip |
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
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}" \ |