diff options
author | johans <johans@FreeBSD.org> | 2006-10-01 22:52:36 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2006-10-01 22:52:36 +0800 |
commit | 48fcb3487deaba79e90fcb9e477954b67268795d (patch) | |
tree | 34644ad35accc283ca66743e39e125a6a1d3b39e /games/wolfpack | |
parent | e032c81e8c0e8828652ec41243e5d0295f46170a (diff) | |
download | freebsd-ports-gnome-48fcb3487deaba79e90fcb9e477954b67268795d.tar.gz freebsd-ports-gnome-48fcb3487deaba79e90fcb9e477954b67268795d.tar.zst freebsd-ports-gnome-48fcb3487deaba79e90fcb9e477954b67268795d.zip |
- Fix build: fall back to alternative LWP implementation for FreeBSD ia64
(problem reported by krismail)
Diffstat (limited to 'games/wolfpack')
-rw-r--r-- | games/wolfpack/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 6999f5fc03dc..f65d0bb39052 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -36,6 +36,10 @@ PKGDEINSTALL= ${PKGINSTALL} RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ RC_SUBR=${RC_SUBR} +post-patch: + @${REINPLACE_CMD} -e 's/defined(FBSD)/& \&\& !defined(__ia64__)/' \ + ${WRKSRC}/src/lib/lwp/arch.c + pre-configure: ${MKDIR} ${WRKSRC}/data |