aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-09 14:01:26 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-04-09 14:01:26 +0000
commit79966a018dd5424eb2956d8bc162a6649c1f7958 (patch)
tree1d3603398913ee63bc80f888f37f7116eeaa935c /audio
parent776e0810186d1a9dbb9ce7dcf739b1ed00748d88 (diff)
downloadports-79966a018dd5424eb2956d8bc162a6649c1f7958.tar.gz
ports-79966a018dd5424eb2956d8bc162a6649c1f7958.zip
audio/liblo: fix packaging on GCC architectures
cpp_example needs C++11 compiler to be built, its lack makes it to be omitted and packaging error to happen: pkg-static: Unable to access file /wrkdirs/usr/ports/audio/liblo/work/stage/usr/local/share/examples/liblo/cpp_example:No such file or directory
Notes
Notes: svn path=/head/; revision=531209
Diffstat (limited to 'audio')
-rw-r--r--audio/liblo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile
index 070aa50778a2..b0afd5527e96 100644
--- a/audio/liblo/Makefile
+++ b/audio/liblo/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lightweight Open Sound Control implementation
LICENSE= LGPL21
-USES= gmake libtool pathfix
+USES= compiler:c++11-lang gmake libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip