mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/spectools: Add explicit -std=gnu89 to CFLAGS
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils toolchain-funcs udev
|
||||
inherit autotools eutils flag-o-matic toolchain-funcs udev
|
||||
|
||||
MY_PN=${PN}
|
||||
MY_PV=${PV/\./-}
|
||||
@@ -43,6 +43,11 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cflags -std=gnu89
|
||||
default
|
||||
}
|
||||
|
||||
# Please note that upstream removed the --with-gtk-version option
|
||||
# and GTK is now automagical. GTK1 support was also removed.
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user