aboutsummaryrefslogtreecommitdiff
path: root/audio/luppp
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-10-06 16:05:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-10-06 16:05:18 +0000
commitb404e074ec48003d5d258dd3147c83caf6eb0361 (patch)
treed15222c1e5e21b8fcafc0078610101ea8d3756d0 /audio/luppp
parent0fa8ca8c4c4e2b639a4d85283338bd626ea24149 (diff)
downloadports-b404e074ec48003d5d258dd3147c83caf6eb0361.tar.gz
ports-b404e074ec48003d5d258dd3147c83caf6eb0361.zip
audio/luppp: Fix build with GCC-based architectures
Add USES=compiler:c++11-lang Also add USES=gnome PR: 232004 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=481372
Diffstat (limited to 'audio/luppp')
-rw-r--r--audio/luppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/luppp/Makefile b/audio/luppp/Makefile
index 2c0ed382d758..4737c4f21ade 100644
--- a/audio/luppp/Makefile
+++ b/audio/luppp/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libjack.so:audio/jack \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
-USES= cmake:outsource pkgconfig
+USES= cmake:outsource compiler:c++11-lang gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-Luppp