1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

audio/moony-lv2: fix build with GCC-based architectures

Since this port uses -std=gnu++11, USES=compiler:c++11-lang is necessary.

While here, add USES=gl.

PR:		232033
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Yuri Victorovich 2018-10-07 16:05:50 +00:00
parent 0bdd46de8b
commit 97a9ebaabc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481453

View File

@ -13,11 +13,9 @@ COMMENT= Realtime Lua as programmable glue in LV2
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:outsource pkgconfig
USES= cmake:outsource compiler:c++11-lang gl pkgconfig
USE_XORG= x11 xext
USE_GL= gl glu