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-0.23.0-noocamlopt.patch
Date: Wed, 02 Jan 2008 21:24:06
Message-Id: E1JAB4C-0000Zn-EF@stork.gentoo.org
1 aballier 08/01/02 21:24:00
2
3 Added: ocaml-sqlite3-0.23.0-noocamlopt.patch
4 Log:
5 Add support to not build with ocamlopt
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.23.0-noocamlopt.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.23.0-noocamlopt.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.23.0-noocamlopt.patch?rev=1.1&content-type=text/plain
13
14 Index: ocaml-sqlite3-0.23.0-noocamlopt.patch
15 ===================================================================
16 Index: ocaml-sqlite3-0.23.0/Makefile.in
17 ===================================================================
18 --- ocaml-sqlite3-0.23.0.orig/Makefile.in
19 +++ ocaml-sqlite3-0.23.0/Makefile.in
20 @@ -33,9 +33,9 @@ distclean: clean
21
22 # install rebuilds sqlite3top to point to the findlib-managed dll and not the
23 # one in .
24 -install: sqlite3.cma sqlite3.cmxa sqlite3top
25 +install: sqlite3.cma sqlite3top
26 [ -f *.so ] && SO_FILES=*.so; \
27 - ocamlfind install sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma *.cmxa *.a *.cmx $$SO_FILES
28 + ocamlfind install sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma $(wildcard *.cmxa *.a *.cmx) $$SO_FILES
29 ocamlfind ocamlmktop -o sqlite3top -package "sqlite3" sqlite3.cma
30 $(INSTALL) -D sqlite3top $(DESTDIR)$(bindir)/sqlite3top
31
32
33
34
35 --
36 gentoo-commits@g.o mailing list