aballier 15/06/18 08:45:33 Added: werror.patch Log: dont build with werror Signed-off-by: Alexis Ballier <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 app-text/htmlc/files/werror.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htmlc/files/werror.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/htmlc/files/werror.patch?rev=1.1&content-type=text/plain Index: werror.patch =================================================================== Index: htmlc-2.6.0/config/Makefile.in =================================================================== --- htmlc-2.6.0.orig/config/Makefile.in +++ htmlc-2.6.0/config/Makefile.in @@ -36,7 +36,7 @@ MANDIR = \$(PREFIXINSTALLDIR)/man/man\$( # The Caml compilers (those defaults should be OK) CAMLDEP = \$(OCAML_COMMAND_SEARCH_PATH)ocamldep -CAML_FLAGS = -w A -warn-error A #-safe-string +CAML_FLAGS = -w A #-safe-string CAMLBYT_FLAGS = \$(CAML_FLAGS) -g -annot CAMLBYT = \$(OCAML_COMMAND_SEARCH_PATH)ocamlc \$(CAMLBYT_FLAGS) CAMLBIN_FLAGS = \$(CAML_FLAGS) -inline 10000
