net-wireless/spectools: Add explicit -std=gnu89 to CFLAGS

Package-Manager: portage-2.2.26
This commit is contained in:
Ted Tanberry
2015-12-26 23:20:13 +01:00
parent 628d1c90dd
commit b701cdfd35

View File

@@ -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() {