diff options
Diffstat (limited to 'audio')
-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 |