diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-06-12 01:48:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-06-12 01:48:45 +0000 |
commit | 467763c64bc8679d84e20011c52e4805615883bb (patch) | |
tree | a4270e4bed406ee1d4851794611b7d38a2b7bb76 /games/xrally | |
parent | df3ba0fb0b9e1a4eb1c02acf8c4d1342dbe4f08f (diff) |
Notes
Diffstat (limited to 'games/xrally')
-rw-r--r-- | games/xrally/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index e9f15e1f8597..f4b381c90207 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -17,6 +17,7 @@ COMMENT= XRally is a Linux clone of the classic Rally X arcade game WRKSRC= ${WRKDIR}/${PORTNAME} USE_GCC= 2.95 +PTHREAD_LIBS= -lc_r HAS_CONFIGURE= yes USE_PTHREADS= yes USE_BZIP2= yes @@ -28,10 +29,4 @@ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ INCLUDES="-I${X11BASE}/include" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 504000 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |