1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

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
This commit is contained in:
Piotr Kubaj 2020-10-02 08:05:59 +00:00
parent e524967720
commit 43141aa0ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551052

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: