commit: fc31b82604ef2d4b6c55d60f52bbb410c809b5ea Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Tue Jan 12 22:34:00 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Tue Jan 12 22:43:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc31b826
app-text/llpp: adopt -std=c99 for gcc-4.9 and some other -W flags form upstream (thanks kaste for the report). Package-Manager: portage-2.2.26 app-text/llpp/llpp-22.ebuild | 2 +- app-text/llpp/llpp-9999.ebuild | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/llpp/llpp-22.ebuild b/app-text/llpp/llpp-22.ebuild index 5043975..58d774e 100644 --- a/app-text/llpp/llpp-22.ebuild +++ b/app-text/llpp/llpp-22.ebuild @@ -47,7 +47,7 @@ src_compile() { local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt) local cmo=$(usex ocamlopt cmx cmo) local cma=$(usex ocamlopt cmxa cma) - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG" + local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG -std=c99 -Wextra -Wall -pedantic-errors -Wunused-parameter -Wsign-compare -Wshadow" #if use egl ; then # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)" # local egl="egl" diff --git a/app-text/llpp/llpp-9999.ebuild b/app-text/llpp/llpp-9999.ebuild index fc2df01..c39e01a 100644 --- a/app-text/llpp/llpp-9999.ebuild +++ b/app-text/llpp/llpp-9999.ebuild @@ -45,7 +45,11 @@ src_compile() { local ocaml=$(usex ocamlopt ocamlopt.opt ocamlc.opt) local cmo=$(usex ocamlopt cmx cmo) local cma=$(usex ocamlopt cmxa cma) - local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG" + local ccopt="$(freetype-config --cflags ) -O -include ft2build.h -D_GNU_SOURCE -DUSE_FONTCONFIG -std=c99 -Wextra -Wall -pedantic-errors -Wunused-parameter -Wsign-compare -Wshadow" + #if use egl ; then + # ccopt+=" -DUSE_EGL $(pkg-config --cflags egl)" + # local egl="egl" + #fi if use static ; then local cclib="" local slib=""