aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-camomile/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-27 13:29:40 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-27 13:29:40 +0000
commit83233cbe71da7718652059a82817953520e227e3 (patch)
tree2000ac8605e20af1ba4297df24754dd8677d20a5 /devel/ocaml-camomile/files
parent31ebb4ed643a827caea54bc9ba4e5a841d797cbd (diff)
downloadports-83233cbe71da7718652059a82817953520e227e3.tar.gz
ports-83233cbe71da7718652059a82817953520e227e3.zip
Notes
Diffstat (limited to 'devel/ocaml-camomile/files')
-rw-r--r--devel/ocaml-camomile/files/patch-META11
-rw-r--r--devel/ocaml-camomile/files/patch-Makefile.in20
2 files changed, 20 insertions, 11 deletions
diff --git a/devel/ocaml-camomile/files/patch-META b/devel/ocaml-camomile/files/patch-META
deleted file mode 100644
index e130824c26b8..000000000000
--- a/devel/ocaml-camomile/files/patch-META
+++ /dev/null
@@ -1,11 +0,0 @@
---- META Wed Jul 14 17:00:05 2004
-+++ META.1 Tue Aug 10 22:27:49 2004
-@@ -8,7 +8,7 @@
-
- package "unpack"
- (name="unpack"
-- varison="0.5.3"
-+ version="0.5.3"
- description="Unicode library for ocaml (not packed)"
- requires="bigarray"
- archive(byte)="camomileunpack.cma"
diff --git a/devel/ocaml-camomile/files/patch-Makefile.in b/devel/ocaml-camomile/files/patch-Makefile.in
new file mode 100644
index 000000000000..2343e8bf935e
--- /dev/null
+++ b/devel/ocaml-camomile/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- ./Makefile.in.orig Mon Mar 13 13:17:35 2006
++++ ./Makefile.in Thu Jul 27 14:49:46 2006
+@@ -367,7 +367,7 @@
+ install-without-ocamlfind:
+ mkdir -p $(OCAMLLIB)
+ cp -f $(INT) $(OCAMLLIB)
+- if [ $(OCAMLBEST) == opt ]; then cp -f public/*.cmx $(OCAMLLIB); fi
++ if [ "$(OCAMLBEST)" = "opt" ]; then cp -f public/*.cmx $(OCAMLLIB); fi
+ if [ -f camomile.cmi ]; then cp -f camomile.cmi $(OCAMLLIB); fi
+ if [ -f camomile.cma ]; then cp -f camomile.cma $(OCAMLLIB); fi
+ if [ -f camomile.cmxa ]; then cp -f camomile.cmxa $(OCAMLLIB); fi
+@@ -378,7 +378,7 @@
+
+ install-with-ocamlfind:
+ files= &&\
+- if [ $(OCAMLBEST) == opt ]; then files=public/*.cmx; fi && \
++ if [ "$(OCAMLBEST)" = "opt" ]; then files=public/*.cmx; fi && \
+ if [ -f camomile.cma ]; then files="camomile.* $$files"; fi&& \
+ if [ -f libcamomile.a ]; then files="libcamomile.a $$files"; fi && \
+ if [ -f dllcamomile.so ]; then files="dllcamomile.so $$files"; fi && \