From 962fdb3fab7a47d1b7044f850fab372bbf7eb057 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 5 Sep 2003 05:29:13 +0000 Subject: Allow configure to find SDL_mixer headers and libraries, and use ${PTHREAD_LIBS} to fix build on 4.X. --- games/gl-117/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games') 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 -- cgit v1.2.3