svn commit: r375171 - head/net/yate

Pawel Pekala pawel at FreeBSD.org
Sun Dec 21 17:39:51 UTC 2014


Author: pawel
Date: Sun Dec 21 17:39:50 2014
New Revision: 375171
URL: https://svnweb.freebsd.org/changeset/ports/375171
QAT: https://qat.redports.org/buildarchive/r375171/

Log:
  Builds and works on armv6
  
  Submitted by:	Vinicius Zavam via email

Modified:
  head/net/yate/Makefile

Modified: head/net/yate/Makefile
==============================================================================
--- head/net/yate/Makefile	Sun Dec 21 17:36:55 2014	(r375170)
+++ head/net/yate/Makefile	Sun Dec 21 17:39:50 2014	(r375171)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libasound.so:${PORTSDIR}/au
 		libspeex.so:${PORTSDIR}/audio/speex \
 		libgsm.so:${PORTSDIR}/audio/gsm
 
-ONLY_FOR_ARCHS=	i386 amd64 sparc64
+ONLY_FOR_ARCHS=	i386 amd64 sparc64 armv6
 
 USE_AUTOTOOLS=	autoconf
 USES=		bison gmake


More information about the svn-ports-head mailing list