aboutsummaryrefslogtreecommitdiff
path: root/audio/moony-lv2
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-07 16:05:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-07 16:05:50 +0000
commit97a9ebaabc50424a23ea726c4e7979419188d928 (patch)
treeb0146fb2c61bbd202e4af89bd0d8ec9d792db8a3 /audio/moony-lv2
parent0bdd46de8beb8995e9f517ea369494dba443b151 (diff)
downloadports-97a9ebaabc50424a23ea726c4e7979419188d928.tar.gz
ports-97a9ebaabc50424a23ea726c4e7979419188d928.zip
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>
Notes
Notes: svn path=/head/; revision=481453
Diffstat (limited to 'audio/moony-lv2')
-rw-r--r--audio/moony-lv2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/moony-lv2/Makefile b/audio/moony-lv2/Makefile
index 87d77b1f1a96..2c2d0f3ade4c 100644
--- a/audio/moony-lv2/Makefile
+++ b/audio/moony-lv2/Makefile
@@ -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