diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-05 05:29:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-09-05 05:29:13 +0000 |
commit | 962fdb3fab7a47d1b7044f850fab372bbf7eb057 (patch) | |
tree | f7522c341ae65133be0328f016d3c4a144221213 | |
parent | Massive 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
-rw-r--r-- | games/gl-117/Makefile | 2 |
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> |