svn commit: r539538 - head/audio/ocp

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 18 12:22:50 UTC 2020


Author: pkubaj
Date: Thu Jun 18 12:22:49 2020
New Revision: 539538
URL: https://svnweb.freebsd.org/changeset/ports/539538

Log:
  audio/ocp: enable on powerpc
  
  Builds fine on head and a patch waiting for approval in a PR will fix it on 11 and 12 as well.

Modified:
  head/audio/ocp/Makefile

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Thu Jun 18 11:14:46 2020	(r539537)
+++ head/audio/ocp/Makefile	Thu Jun 18 12:22:49 2020	(r539538)
@@ -14,7 +14,7 @@ COMMENT=	Legendary Open Cubic Player
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc
 
 BUILD_DEPENDS=	xa65:devel/xa65
 LIB_DEPENDS=	libid3tag.so:audio/libid3tag \


More information about the svn-ports-all mailing list