diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 12:14:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 12:14:24 +0000 |
commit | 764106dd24661e1d14e301a78ebcaf59ab35c6ee (patch) | |
tree | 16dc0633f4d742df54802aca452eaf401c245bfe /dev-ml/ocaml-sqlite3/files | |
parent | Version bump (diff) | |
download | historical-764106dd24661e1d14e301a78ebcaf59ab35c6ee.tar.gz historical-764106dd24661e1d14e301a78ebcaf59ab35c6ee.tar.bz2 historical-764106dd24661e1d14e301a78ebcaf59ab35c6ee.zip |
version bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/ocaml-sqlite3/files')
-rw-r--r-- | dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch b/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch new file mode 100644 index 000000000000..ab0c709dedc9 --- /dev/null +++ b/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.5.1-werror.patch @@ -0,0 +1,13 @@ +Index: ocaml-sqlite3-1.5.1/Makefile.in +=================================================================== +--- ocaml-sqlite3-1.5.1.orig/Makefile.in ++++ ocaml-sqlite3-1.5.1/Makefile.in +@@ -12,7 +12,7 @@ else + endif + + CC=@CC@ +-CFLAGS=@CPPFLAGS@ @CFLAGS@ $(HAS_ENABLE_LOAD_EXTENSION) -fPIC -Wall -pedantic -Werror -Wno-long-long ++CFLAGS=@CPPFLAGS@ @CFLAGS@ $(HAS_ENABLE_LOAD_EXTENSION) -fPIC -Wall -pedantic -Wno-long-long + LIBS=@LIBS@ + LDFLAGS=@LDFLAGS@ + |