Date: Mon, 4 Nov 2019 13:40:36 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516641 - head/audio/lsp-plugins-lv2 Message-ID: <201911041340.xA4DeaXu065611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Nov 4 13:40:36 2019 New Revision: 516641 URL: https://svnweb.freebsd.org/changeset/ports/516641 Log: audio/lsp-plugins-lv2: unbreak on powerpc64 Builds fine with GCC from ports. Approved by: mentors (implicit approval) Modified: head/audio/lsp-plugins-lv2/Makefile Modified: head/audio/lsp-plugins-lv2/Makefile ============================================================================== --- head/audio/lsp-plugins-lv2/Makefile Mon Nov 4 13:12:12 2019 (r516640) +++ head/audio/lsp-plugins-lv2/Makefile Mon Nov 4 13:40:36 2019 (r516641) @@ -12,13 +12,13 @@ COMMENT= Collection of free LV2 plugins LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONLY_FOR_ARCHS= amd64 armv7 i386 +ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc64 ONLY_FOR_ARCHS_REASON= assembly only for these architectures BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsndfile.so:audio/libsndfile -USES= gmake gl gnome iconv:wchar_t pkgconfig +USES= compiler:c11 gmake gl gnome iconv:wchar_t pkgconfig USE_GITHUB= yes GH_ACCOUNT= sadko4u USE_GCC= any # clang breaks: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232911
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041340.xA4DeaXu065611>