summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-02 08:05:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-02 08:05:59 +0000
commit43141aa0bacfacfb0be09289c3117240f26fa564 (patch)
tree1b7771df3042716f1fb6cb08863099dbaa6a9174 /audio
parentUpdate lang/luajit-openresty to 20201002 (diff)
audio/lvtk: fix build on GCC architectures
Use C++11 compiler: /wrkdirs/usr/ports/audio/lvtk/work/lvtk-2.0.0rc1-14-g1028f69/lvtk/lvtk.hpp:186: error: ISO C++ forbids declaration of 'data_ptr_t' with no type
Notes
Notes: svn path=/head/; revision=551052
Diffstat (limited to 'audio')
-rw-r--r--audio/lvtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lvtk/Makefile b/audio/lvtk/Makefile
index 956e6b902e8f..af2096c2b6da 100644
--- a/audio/lvtk/Makefile
+++ b/audio/lvtk/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= lv2>0:audio/lv2 \
${LOCALBASE}/include/gtkmm-2.4/gtkmm.h:x11-toolkits/gtkmm24
-USES= pkgconfig waf
+USES= compiler:c++11-lang pkgconfig waf
USE_GITHUB= yes
post-install: