summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-04 04:53:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-04 04:53:13 +0000
commit183a927e9d09976421c9be531c16162c94c01c7c (patch)
treecb69656aaf3e1064b975af8ea501363c26ef415b /audio
parent[patch][non-maintainer] remove master site for x11-toolkits/gtkextra (diff)
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>
Notes
Notes: svn path=/head/; revision=90204
Diffstat (limited to 'audio')
-rw-r--r--audio/openal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index 15b7aff592c8..ccf5cc95e473 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -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