diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-15 15:50:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-15 15:50:22 +0800 |
commit | 853987847b5b860b262c75798c5f90bf6f099e1e (patch) | |
tree | 53463a5b0de8d4fc7f9ca8f5ccb945a538f4f358 /audio | |
parent | 713f60c67675a0c6a9ec932c9e7fb879ed898051 (diff) | |
download | freebsd-ports-gnome-853987847b5b860b262c75798c5f90bf6f099e1e.tar.gz freebsd-ports-gnome-853987847b5b860b262c75798c5f90bf6f099e1e.tar.zst freebsd-ports-gnome-853987847b5b860b262c75798c5f90bf6f099e1e.zip |
Finish options conversion
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 |