aboutsummaryrefslogtreecommitdiff
path: root/games/gshisen/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-16 06:09:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-16 06:09:45 +0000
commit3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d (patch)
treec58d30c133784669f5270de8a98e24a857e7aa10 /games/gshisen/Makefile
parent7f4187a23af92feb0259f6372a8d0d25a6864324 (diff)
downloadports-3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d.tar.gz
ports-3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d.zip
- specify reason for BROKEN on alpha 4.x
Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1' at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?) Abort trap (core dumped)
Notes
Notes: svn path=/head/; revision=104135
Diffstat (limited to 'games/gshisen/Makefile')
-rw-r--r--games/gshisen/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index 6622fa9d9e2d..ee319df85d99 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -30,7 +30,10 @@ MAKEFILE=
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN= "Does not compile on alpha 4.x"
+# Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
+# at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
+# Abort trap (core dumped)
+BROKEN= "longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c"
.endif
.include <bsd.port.post.mk>