svn commit: r451728 - head/multimedia/omxplayer

Mark Linimon linimon at FreeBSD.org
Wed Oct 11 02:44:26 UTC 2017


Author: linimon
Date: Wed Oct 11 02:44:25 2017
New Revision: 451728
URL: https://svnweb.freebsd.org/changeset/ports/451728

Log:
  Also enable on armv7.
  
  PR:		222895
  Submitted by:	maintainer

Modified:
  head/multimedia/omxplayer/Makefile

Modified: head/multimedia/omxplayer/Makefile
==============================================================================
--- head/multimedia/omxplayer/Makefile	Wed Oct 11 02:39:16 2017	(r451727)
+++ head/multimedia/omxplayer/Makefile	Wed Oct 11 02:44:25 2017	(r451728)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 RUN_DEPENDS=	bash:shells/bash \
 		${LOCALBASE}/share/fonts/freefont-ttf/FreeSans.ttf:x11-fonts/freefont-ttf
 
-ONLY_FOR_ARCHS=	armv6
+ONLY_FOR_ARCHS=	armv6 armv7
 
 CFLAGS+=	-Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello
 ALL_TARGET=	omxplayer.bin


More information about the svn-ports-all mailing list