diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/gshisen | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) | |
download | ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip |
Notes
Diffstat (limited to 'games/gshisen')
-rw-r--r-- | games/gshisen/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index 036051b992a6..28181519b468 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -25,13 +25,4 @@ post-patch: ${REINPLACE_CMD} -e 's|)/Makefiles|)/Library/Makefiles|' \ ${WRKSRC}/GNUmakefile -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -# 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> +.include <bsd.port.mk> |