Date: Sat, 26 Sep 2020 19:37:30 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550209 - head/audio/lsp-plugins-lv2 Message-ID: <202009261937.08QJbUba049758@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Sep 26 19:37:30 2020 New Revision: 550209 URL: https://svnweb.freebsd.org/changeset/ports/550209 Log: Allow building on powerpc64le. Approved by: portmgr (tier-2 blanket) Modified: head/audio/lsp-plugins-lv2/Makefile Modified: head/audio/lsp-plugins-lv2/Makefile ============================================================================== --- head/audio/lsp-plugins-lv2/Makefile Sat Sep 26 19:32:54 2020 (r550208) +++ head/audio/lsp-plugins-lv2/Makefile Sat Sep 26 19:37:30 2020 (r550209) @@ -12,7 +12,7 @@ COMMENT= Collection of free LV2 plugins LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= assembly only for these architectures BUILD_DEPENDS= lv2>0:audio/lv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009261937.08QJbUba049758>