MFH: r551052

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

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-23 18:57:49 +00:00
parent 3fbc5d0b25
commit 76bb565c9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553133

View File

@ -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: