summaryrefslogtreecommitdiff
path: root/dev-ml/pcre-ocaml/files/pcre-ocaml-6.0.1-linkopts.patch
diff options
context:
space:
mode:
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.patch10
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 00000000000..4b31360dd7c
--- /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"