diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-16 14:09:45 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-16 14:09:45 +0800 |
commit | 3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d (patch) | |
tree | c58d30c133784669f5270de8a98e24a857e7aa10 /games/gshisen | |
parent | 7f4187a23af92feb0259f6372a8d0d25a6864324 (diff) | |
download | freebsd-ports-gnome-3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d.tar.gz freebsd-ports-gnome-3bc31e2cdcb6625397ec3a0a678f8bc1da10fc8d.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'games/gshisen')
-rw-r--r-- | games/gshisen/Makefile | 5 |
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> |