mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/linux
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e "s/-pthread/${PTHREAD_LIBS}/" ${WRKSRC}/configure
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
|
@${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
|
||||||
|
|
Loading…
Add table
Reference in a new issue