diff options
author | linimon <linimon@FreeBSD.org> | 2019-02-25 05:53:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-02-25 05:53:53 +0800 |
commit | dc5ecb03edfe68a6ae9c3d5f506c75b452f2062d (patch) | |
tree | 4f4d8cc75f419004577bb37159555fc4ec8bdb03 /audio/orbit-lv2/Makefile | |
parent | e9feebf212a853e840b628ef3f9efcf027edaec4 (diff) | |
download | freebsd-ports-gnome-dc5ecb03edfe68a6ae9c3d5f506c75b452f2062d.tar.gz freebsd-ports-gnome-dc5ecb03edfe68a6ae9c3d5f506c75b452f2062d.tar.zst freebsd-ports-gnome-dc5ecb03edfe68a6ae9c3d5f506c75b452f2062d.zip |
This port needs a C11-compatible compiler to build, so add USES=compiler:c11
to fix build on GCC-based architectures.
PR: 235734
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/orbit-lv2/Makefile')
-rw-r--r-- | audio/orbit-lv2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/orbit-lv2/Makefile b/audio/orbit-lv2/Makefile index 7f291506f304..d79e2968a028 100644 --- a/audio/orbit-lv2/Makefile +++ b/audio/orbit-lv2/Makefile @@ -13,11 +13,9 @@ COMMENT= LV2 plugin bundle from Open Music Kontrollers LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 - BUILD_DEPENDS= lv2>0:audio/lv2 -USES= cmake pkgconfig +USES= cmake compiler:c11 pkgconfig PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \ lib/lv2/orbit.lv2/orbit.so \ lib/lv2/orbit.lv2/orbit.ttl |