mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4.
PR: 25207 Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
5f6b0eb6af
commit
d3e6db0247
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41705
@ -38,8 +38,11 @@ WITH_MESAGL?= yes
|
||||
.if ${WITH_MESAGL} == yes
|
||||
CONFIGURE_ARGS+= --with-mesagl
|
||||
USE_MESA= yes
|
||||
.if ${XFREE86_VERSION} >= 4
|
||||
CONFIGURE_ENV+= XLOCKLIBS="${PTHREAD_LIBS}"
|
||||
.endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-mesagl
|
||||
CONFIGURE_ARGS+= --without-mesagl --without-opengl
|
||||
.endif
|
||||
|
||||
.if ${XFREE86_VERSION} >= 4
|
||||
|
Loading…
Reference in New Issue
Block a user