Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 07:50:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320979 - head/audio/openal
Message-ID:  <201306150750.r5F7oMOU077647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306150750.r5F7oMOU077647>