summaryrefslogtreecommitdiff
path: root/games/xrally/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xrally/Makefile')
-rw-r--r--games/xrally/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile
index a134a18353b6..4546d320a729 100644
--- a/games/xrally/Makefile
+++ b/games/xrally/Makefile
@@ -23,10 +23,10 @@ HAS_CONFIGURE= yes
USE_XORG= x11 xi xpm
USE_BZIP2= yes
USE_GMAKE= yes
+CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
- CFLAGS="${PTHREAD_CFLAGS}"
+ CFLAGS="${CFLAGS}"
MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
- CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
INCLUDES="-I${LOCALBASE}/include"
.include <bsd.port.pre.mk>