aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/openal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index bac8ff193cb8..d61dd594d25b 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -89,6 +89,8 @@ post-patch:
s|Libs: |&${PTHREAD_LIBS} |;\
s|Cflags: |&${PTHREAD_CFLAGS} |' \
${WRKSRC}/admin/pkgconfig/openal.pc.in
+# broken openal library will be produced if nasm is installed
+ @${REINPLACE_CMD} -e '/^NASM=/ s|=.*|=no|' ${WRKSRC}/configure
post-install:
@${CAT} ${PKGMESSAGE}