Allow configure to find SDL_mixer headers and libraries, and use

${PTHREAD_LIBS} to fix build on 4.X.
This commit is contained in:
Adam Weinberger 2003-09-05 05:29:13 +00:00
parent aaba0921eb
commit 962fdb3fab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88577

View File

@ -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>