x11-toolkits/ztoolkit: fix build on GCC-based systems
by adding compiler:c11 to USES: cc1: error: unrecognized command line option "-std=gnu11"
This commit is contained in:
parent
31703df4a9
commit
cd128660bc
@ -11,7 +11,7 @@ COMMENT= GUI toolkit heavily inspired by GTK
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gnome meson pkgconfig xorg
|
||||
USES= compiler:c11 gnome meson pkgconfig xorg
|
||||
USE_GNOME= cairo
|
||||
USE_XORG= x11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user