diff options
Diffstat (limited to 'dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch')
-rw-r--r-- | dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch b/dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch new file mode 100644 index 000000000000..4b31360dd7c2 --- /dev/null +++ b/dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch @@ -0,0 +1,10 @@ +Index: pcre-ocaml-6.0.1/lib/META +=================================================================== +--- pcre-ocaml-6.0.1.orig/lib/META ++++ pcre-ocaml-6.0.1/lib/META +@@ -4,4 +4,4 @@ description="Perl Compatibility Regular + requires="" + archive(byte)="pcre.cma" + archive(native)="pcre.cmxa" +-linkopts = "" ++linkopts = "-cclib -lpcre" |