jer 15/05/10 05:34:50 Modified: omake-0.9.8.6.0_rc1-warnerror.patch Added: omake-0.9.8.6.0_rc1-cflags.patch Log: Fix CFLAGS. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 dev-util/omake/files/omake-0.9.8.6.0_rc1-warnerror.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/omake/files/omake-0.9.8.6.0_rc1-warnerror.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/omake/files/omake-0.9.8.6.0_rc1-warnerror.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/omake/files/omake-0.9.8.6.0_rc1-warnerror.patch?r1=1.1&r2=1.2 Index: omake-0.9.8.6.0_rc1-warnerror.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/omake/files/omake-0.9.8.6.0_rc1-warnerror.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- omake-0.9.8.6.0_rc1-warnerror.patch 20 Nov 2010 17:28:45 -0000 1.1 +++ omake-0.9.8.6.0_rc1-warnerror.patch 10 May 2015 05:34:50 -0000 1.2 @@ -1,7 +1,5 @@ -Index: omake-0.9.8.6/lib/build/OCaml.om -=================================================================== ---- omake-0.9.8.6.orig/lib/build/OCaml.om -+++ omake-0.9.8.6/lib/build/OCaml.om +--- a/lib/build/OCaml.om ++++ b/lib/build/OCaml.om @@ -176,7 +176,7 @@ public.PREFIXED_OCAMLPACKS =\ # declare OCAMLDEPFLAGS 1.1 dev-util/omake/files/omake-0.9.8.6.0_rc1-cflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/omake/files/omake-0.9.8.6.0_rc1-cflags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/omake/files/omake-0.9.8.6.0_rc1-cflags.patch?rev=1.1&content-type=text/plain Index: omake-0.9.8.6.0_rc1-cflags.patch =================================================================== --- a/OMakefile +++ b/OMakefile @@ -33,7 +33,7 @@ # # Extra options for the C compiler # - CFLAGS += -g -O2 -Wall -Werror -Wno-unused + CFLAGS += -Wall -Wno-unused # # We never need threads on Unix
