summaryrefslogtreecommitdiff
path: root/games/gl-117/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-05 05:29:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-05 05:29:13 +0000
commit962fdb3fab7a47d1b7044f850fab372bbf7eb057 (patch)
treef7522c341ae65133be0328f016d3c4a144221213 /games/gl-117/Makefile
parentMassive repo-copies request: net->dns (partly devel->dns) (diff)
Allow configure to find SDL_mixer headers and libraries, and use
${PTHREAD_LIBS} to fix build on 4.X.
Notes
Notes: svn path=/head/; revision=88577
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r--games/gl-117/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile
index 2f5475e4f6b9..51e15b4a137c 100644
--- a/games/gl-117/Makefile
+++ b/games/gl-117/Makefile
@@ -25,5 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --x-include=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \
--with-opengl-dir=${X11BASE}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>