aboutsummaryrefslogtreecommitdiffstats
path: root/audio/openal/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-03-16 08:54:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-03-16 08:54:39 +0800
commitc7ab8e990a60da4864e342e94d289bbf43a00246 (patch)
tree8d6a7509a1fd636f0c918971b6f66fb971e4eed0 /audio/openal/Makefile
parent6944723005319bf1bb27ddebb8ba86fa2a6b69fb (diff)
downloadfreebsd-ports-gnome-c7ab8e990a60da4864e342e94d289bbf43a00246.tar.gz
freebsd-ports-gnome-c7ab8e990a60da4864e342e94d289bbf43a00246.tar.zst
freebsd-ports-gnome-c7ab8e990a60da4864e342e94d289bbf43a00246.zip
- Don't detect nasm, as it will lead to broken openal library built
PR: 131021 Submitted by: myself Approved by: maintainer timeout
Diffstat (limited to 'audio/openal/Makefile')
-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}