summaryrefslogtreecommitdiffstats
path: root/games/xracer
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2002-01-22 21:15:31 +0000
committersf <sf@FreeBSD.org>2002-01-22 21:15:31 +0000
commit4051cd5c86f870c5962435e6d760f3f962443320 (patch)
tree4bcee92aa6f939ec54e1b3a88162f2c36cb3c3a1 /games/xracer
parentf65db9ff18254603c5ecd905247b9b290a06a14e (diff)
downloadFreeBSD-ports-4051cd5c86f870c5962435e6d760f3f962443320.zip
FreeBSD-ports-4051cd5c86f870c5962435e6d760f3f962443320.tar.gz
o add PTHREAD_CFLAGS/LIBS to make libGL work.
o avoid autoheader running. PR: 34179 Submitted by: Kyle Martin (patch not used)
Diffstat (limited to 'games/xracer')
-rw-r--r--games/xracer/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index 2e8d430..dc98909 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -19,10 +19,13 @@ USE_XLIB= yes
USE_MESA= yes
USE_GMAKE= yes
USE_AUTOMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --disable-esd
+post-patch:
+ @${TOUCH} ${WRKSRC}/stamp-h.in
+
post-install:
@${ECHO} "===> Installing Tracks and Sound"
@${MKDIR} ${PREFIX}/share/xracer
OpenPOWER on IntegriCloud