svn commit: r320979 - head/audio/openal

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 15 07:50:22 UTC 2013


Author: bapt
Date: Sat Jun 15 07:50:22 2013
New Revision: 320979
URL: http://svnweb.freebsd.org/changeset/ports/320979

Log:
  Finish options conversion

Modified:
  head/audio/openal/Makefile

Modified: head/audio/openal/Makefile
==============================================================================
--- head/audio/openal/Makefile	Sat Jun 15 07:46:48 2013	(r320978)
+++ head/audio/openal/Makefile	Sat Jun 15 07:50:22 2013	(r320979)
@@ -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
 


More information about the svn-ports-all mailing list