diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-03 14:08:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-03 14:08:05 +0000 |
commit | 8fdf61abd14b258865f03b760f8eb330dcd44c72 (patch) | |
tree | e63505192aa9692c23bd68785a712abd3bf3aee0 /audio/abgate-lv2 | |
parent | 3b04393c0694688cfb56731f4c0db06df43bc54e (diff) |
Notes
Diffstat (limited to 'audio/abgate-lv2')
-rw-r--r-- | audio/abgate-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/abgate-lv2/Makefile b/audio/abgate-lv2/Makefile index 6c5429cba101..88eccd54ebd0 100644 --- a/audio/abgate-lv2/Makefile +++ b/audio/abgate-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= Noise gate LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake pkgconfig |