diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal/Makefile | 4 |
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 |