mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Allow configure to find SDL_mixer headers and libraries, and use
${PTHREAD_LIBS} to fix build on 4.X.
This commit is contained in:
parent
aaba0921eb
commit
962fdb3fab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88577
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user