diff options
author | edwin <edwin@FreeBSD.org> | 2005-06-12 09:48:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-06-12 09:48:45 +0800 |
commit | 627d885583bf113a0ffd9c4798ef02e690569a4a (patch) | |
tree | d84fbd36d3a492a493b19a4eb8b17cc2b0ec9d7b /games | |
parent | 4f9c6c560519bbac66c20c8beed85a66b62035a3 (diff) | |
download | freebsd-ports-gnome-627d885583bf113a0ffd9c4798ef02e690569a4a.tar.gz freebsd-ports-gnome-627d885583bf113a0ffd9c4798ef02e690569a4a.tar.zst freebsd-ports-gnome-627d885583bf113a0ffd9c4798ef02e690569a4a.zip |
Fix building on 5.4. Thanks to oliver@ for lending a 5.4 jail.
Diffstat (limited to 'games')
-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> |