aboutsummaryrefslogtreecommitdiffstats
path: root/games/gshisen
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
commit7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch)
tree4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/gshisen
parent9eca9d9c3be542fb7d2775295de32351162caa11 (diff)
downloadfreebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/gshisen')
-rw-r--r--games/gshisen/Makefile11
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>