mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
graphics/libosmesa: drop -pthread workaround after r456530
This commit is contained in:
parent
755238ff67
commit
ae0f65577e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472508
2 changed files with 0 additions and 9 deletions
|
@ -9,12 +9,6 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API
|
|||
|
||||
USE_XORG= glproto
|
||||
|
||||
# As of version 17.0.5 / 17.1.2, the Gallium variant fails to build due to
|
||||
# incorrectly ordered linker flags. Fortunately, autoreconf fixes the problem.
|
||||
# Unfortunately, we must reconf before we know if we're doing a Gallium build.
|
||||
USES= autoreconf
|
||||
EXTRA_PATCHES= ${PATCHDIR}/configure.ac
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
|
||||
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
post-patch:
|
||||
.if ${OPSYS} == FreeBSD
|
||||
@${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure
|
||||
. if ${COMPONENT} == osmesa
|
||||
@${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure.ac
|
||||
. endif
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
|
||||
${WRKSRC}/src/util/xmlconfig.c
|
||||
|
|
Loading…
Add table
Reference in a new issue