Skip to content

Commit

Permalink
net-wireless/spectools: Add explicit -std=gnu89 to CFLAGS
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Ted Tanberry committed Dec 26, 2015
1 parent 628d1c9 commit b701cdf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/\./-}
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit b701cdf

Please sign in to comment.