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/pcre-ocaml/files: pcre-ocaml-6.0.1-linkopts.patch
Date: Sun, 21 Jun 2009 12:31:28
Message-Id: E1MIMCk-0003Di-LG@stork.gentoo.org
1 aballier 09/06/21 12:31:26
2
3 Added: pcre-ocaml-6.0.1-linkopts.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/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch?rev=1.1&content-type=text/plain
13
14 Index: pcre-ocaml-6.0.1-linkopts.patch
15 ===================================================================
16 Index: pcre-ocaml-6.0.1/lib/META
17 ===================================================================
18 --- pcre-ocaml-6.0.1.orig/lib/META
19 +++ pcre-ocaml-6.0.1/lib/META
20 @@ -4,4 +4,4 @@ description="Perl Compatibility Regular
21 requires=""
22 archive(byte)="pcre.cma"
23 archive(native)="pcre.cmxa"
24 -linkopts = ""
25 +linkopts = "-cclib -lpcre"