Unbroke with threaded Mesa.

Submitted by:	bento
This commit is contained in:
Maxim Sobolev 2001-06-05 16:50:37 +00:00
parent 8b77d27b2d
commit e54ad5816b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43536

View File

@ -19,7 +19,7 @@ USE_MESA= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>