Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-sqlite3/files: ocaml-sqlite3-1.5.1-werror.patch
Date: Sun, 21 Jun 2009 12:14:26
Message-Id: E1MILwG-0001YR-UZ@stork.gentoo.org
1 aballier 09/06/21 12:14:24
2
3 Added: ocaml-sqlite3-1.5.1-werror.patch
4 Log:
5 version bump
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch?rev=1.1&content-type=text/plain
13
14 Index: ocaml-sqlite3-1.5.1-werror.patch
15 ===================================================================
16 Index: ocaml-sqlite3-1.5.1/Makefile.in
17 ===================================================================
18 --- ocaml-sqlite3-1.5.1.orig/Makefile.in
19 +++ ocaml-sqlite3-1.5.1/Makefile.in
20 @@ -12,7 +12,7 @@ else
21 endif
22
23 CC=@CC@
24 -CFLAGS=@CPPFLAGS@ @CFLAGS@ $(HAS_ENABLE_LOAD_EXTENSION) -fPIC -Wall -pedantic -Werror -Wno-long-long
25 +CFLAGS=@CPPFLAGS@ @CFLAGS@ $(HAS_ENABLE_LOAD_EXTENSION) -fPIC -Wall -pedantic -Wno-long-long
26 LIBS=@LIBS@
27 LDFLAGS=@LDFLAGS@