diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-07 00:05:18 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-10-07 00:05:18 +0800 |
commit | b404e074ec48003d5d258dd3147c83caf6eb0361 (patch) | |
tree | d15222c1e5e21b8fcafc0078610101ea8d3756d0 /audio/luppp | |
parent | 0fa8ca8c4c4e2b639a4d85283338bd626ea24149 (diff) | |
download | freebsd-ports-gnome-b404e074ec48003d5d258dd3147c83caf6eb0361.tar.gz freebsd-ports-gnome-b404e074ec48003d5d258dd3147c83caf6eb0361.tar.zst freebsd-ports-gnome-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>
Diffstat (limited to 'audio/luppp')
-rw-r--r-- | audio/luppp/Makefile | 2 |
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 |