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)
This commit is contained in:
parent
bc35bd5c37
commit
40cc3cf86b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498162
@ -11,15 +11,13 @@ COMMENT= OSC injection/ejection from/to UDP/TCP/Serial for LV2
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user