svn commit: r393947 - head/multimedia/openh264

Jan Beich jbeich at FreeBSD.org
Tue Aug 11 16:12:03 UTC 2015


Author: jbeich
Date: Tue Aug 11 16:12:02 2015
New Revision: 393947
URL: https://svnweb.freebsd.org/changeset/ports/393947

Log:
  multimedia/openh264: arm* don't need nasm to build *.S files
  
  PR:		201273

Modified:
  head/multimedia/openh264/Makefile

Modified: head/multimedia/openh264/Makefile
==============================================================================
--- head/multimedia/openh264/Makefile	Tue Aug 11 15:45:37 2015	(r393946)
+++ head/multimedia/openh264/Makefile	Tue Aug 11 16:12:02 2015	(r393947)
@@ -45,7 +45,7 @@ TEST_ALL_TARGET=test
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MDEBUG}
-. if ${ARCH} == amd64 || ${ARCH} == arm || ${ARCH} == i386
+. if ${ARCH} == amd64 || ${ARCH} == i386
 BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm
 . endif
 .endif


More information about the svn-ports-head mailing list