diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-15 07:50:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-15 07:50:22 +0000 |
commit | 84e785d26c9bc6db0bf81e3c3d716c8657d7873d (patch) | |
tree | 53463a5b0de8d4fc7f9ca8f5ccb945a538f4f358 /audio/openal/Makefile | |
parent | d34ab044ed98fcba274565e8f77eabc30db4dee8 (diff) | |
download | ports-84e785d26c9bc6db0bf81e3c3d716c8657d7873d.tar.gz ports-84e785d26c9bc6db0bf81e3c3d716c8657d7873d.zip |
Notes
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index d9d221a15828..7e90ed847eef 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -90,7 +90,7 @@ post-patch: s|Libs: |&${PTHREAD_LIBS} |;\ s|Cflags: |&${PTHREAD_CFLAGS} |' \ ${WRKSRC}/admin/pkgconfig/openal.pc.in -.if defined(WITHOUT_X86_ASM) +.if ! ${PORT_OPTIONS:MASM} @${REINPLACE_CMD} -e '/^NASM=/ s|=.*|=no|' ${WRKSRC}/configure .endif |