From fc31b82604ef2d4b6c55d60f52bbb410c809b5ea Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Tue, 12 Jan 2016 23:34:00 +0100 Subject: 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 5043975096f7..58d774e71ce3 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 fc2df017ae0c..c39e01aa2979 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="" -- cgit v1.2.3-65-gdbad