Ticket #5082: ran-diff

File ran-diff, 538 bytes (added by anil@…, 19 years ago)

run ranlib on generated libraries to fix compilation using the ocamlduce compiler

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/ocamlduce/Portfile,v
4retrieving revision 1.1
5diff -u -r1.1 Portfile
6--- Portfile    21 Sep 2005 20:40:21 -0000      1.1
7+++ Portfile    21 Sep 2005 21:52:18 -0000
8@@ -22,3 +22,7 @@
9 configure.pre_args  -prefix ${prefix}
10 checksums           md5 16e69929c9fbe57642dd700bb595360e
11 depends_lib         bin:camlp4:ocaml
12+
13+post-destroot {
14+        system "ranlib ${destroot}${prefix}/lib/ocaml/ocamlduce.a"
15+}