aboutsummaryrefslogtreecommitdiff
path: root/games/xrally
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-06-12 01:48:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-06-12 01:48:45 +0000
commit467763c64bc8679d84e20011c52e4805615883bb (patch)
treea4270e4bed406ee1d4851794611b7d38a2b7bb76 /games/xrally
parentdf3ba0fb0b9e1a4eb1c02acf8c4d1342dbe4f08f (diff)
downloadports-467763c64bc8679d84e20011c52e4805615883bb.tar.gz
ports-467763c64bc8679d84e20011c52e4805615883bb.zip
Fix building on 5.4. Thanks to oliver@ for lending a 5.4 jail.
Notes
Notes: svn path=/head/; revision=137299
Diffstat (limited to 'games/xrally')
-rw-r--r--games/xrally/Makefile9
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>