svn commit: r498162 - branches/2019Q2/audio/eteroj-lv2
Mark Linimon
linimon at FreeBSD.org
Sat Apr 6 18:25:58 UTC 2019
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
More information about the svn-ports-all
mailing list