Date: Sat, 6 Apr 2019 18:25:57 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r498162 - branches/2019Q2/audio/eteroj-lv2 Message-ID: <201904061825.x36IPvTu029161@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Apr 6 18:25:57 2019 New Revision: 498162 URL: https://svnweb.freebsd.org/changeset/ports/498162 Log: MFH: r498161 Add compiler:c11 to USES to fix the following on powerpc64: varchunk/varchunk.h:84: expected specifier-qualifier-list before _Atomic Approved by: portmgr (tier-2 blanket) Modified: branches/2019Q2/audio/eteroj-lv2/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/audio/eteroj-lv2/Makefile ============================================================================== --- branches/2019Q2/audio/eteroj-lv2/Makefile Sat Apr 6 18:21:21 2019 (r498161) +++ branches/2019Q2/audio/eteroj-lv2/Makefile Sat Apr 6 18:25:57 2019 (r498162) @@ -11,15 +11,13 @@ COMMENT= OSC injection/ejection from/to UDP/TCP/Serial LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: varchunk/varchunk.h:84: expected specifier-qualifier-list before _Atomic - BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsratom-0.so:audio/sratom \ libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libuv.so:devel/libuv -USES= cmake pkgconfig +USES= cmake compiler:c11 pkgconfig USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_PROJECT= eteroj.lv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061825.x36IPvTu029161>