mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ COMMENT= GUI toolkit heavily inspired by GTK
|
||||||
LICENSE= AGPLv3
|
LICENSE= AGPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= gnome meson pkgconfig xorg
|
USES= compiler:c11 gnome meson pkgconfig xorg
|
||||||
USE_GNOME= cairo
|
USE_GNOME= cairo
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue