mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
pthread fix for audio/openal on -current
-pthread doesn't work anymore, this fixes up configure so audio/openal builds. PR: ports/57282 Submitted by: Erik Greenwald <erik@smluc.org>
This commit is contained in:
parent
89c2e8a03c
commit
183a927e9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90204
@ -20,6 +20,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/linux
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/-pthread/${PTHREAD_LIBS}/" ${WRKSRC}/configure
|
||||
|
||||
pre-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
|
||||
|
Loading…
Reference in New Issue
Block a user