1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +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:
Edwin Groothuis 2003-10-04 04:53:13 +00:00
parent 89c2e8a03c
commit 183a927e9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90204

View File

@ -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