audio/kapitonov-plugins-pack-lv2: add compiler:c11 to USES
to fix build on GCC-based systems: ../LV2/kpp_tubeamp/plugin.h:21:17: error: mutex: No such file or directory
This commit is contained in:
@@ -17,7 +17,7 @@ LIB_DEPENDS= libzita-convolver.so:audio/zita-convolver \
|
||||
libxcb-icccm.so:x11/xcb-util-wm \
|
||||
libxcb-util.so:x11/xcb-util
|
||||
|
||||
USES= gnome localbase:ldflags meson pkgconfig xorg
|
||||
USES= compiler:c11 gnome localbase:ldflags meson pkgconfig xorg
|
||||
USE_GNOME= cairo
|
||||
USE_XORG= xcb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user