mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
612c91a1c2
commit
a1b6450496
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550255
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ BUILD_DEPENDS= bash:shells/bash \
|
|||
LIB_DEPENDS= librpmio.so:archivers/rpm4 \
|
||||
libyaml.so:textproc/libyaml
|
||||
|
||||
USES= gnome meson pkgconfig tar:xz
|
||||
USES= compiler:c11 gnome meson pkgconfig tar:xz
|
||||
USE_GNOME= glib20 introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue