Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 16:12:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393947 - head/multimedia/openh264
Message-ID:  <201508111612.t7BGC2oe012924@repo.freebsd.org>

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



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