diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-03 13:49:13 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-10-03 13:49:13 +0000 |
commit | 8656db36e4c39b4ad7ec0f8866e04158eb51e951 (patch) | |
tree | 3da29662fc47b5f8d3e3bc8667fc29f41347e603 /games/xarchon/Makefile | |
parent | Unbreak port: (diff) |
Fix the build with recent GCC.
Reported by: kris
Approved by: portmgr (krion)
fjoe (mentor, implicit)
blackend (maintainer)
Diffstat (limited to 'games/xarchon/Makefile')
-rw-r--r-- | games/xarchon/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index e1c5b6d32bbe..e3ae05dffa6c 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -25,14 +25,8 @@ USE_REINPLACE= yes MAN6= xarchon.6 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |