Ticket #20911: caml-pcre-cc.patch
File caml-pcre-cc.patch, 448 bytes (added by wiml@…, 15 years ago) |
---|
-
Portfile
50 50 reinplace "s|##PREFIX##|${prefix}|g" ${worksrcpath}/Makefile.conf 51 51 } 52 52 53 build.env-append CC= ${configure.cc}53 build.env-append CC="[exec ${prefix}/bin/ocamlc -config | sed -n {s/^native_c_compiler: //p}]" 54 54 55 55 pre-destroot { 56 56 file mkdir "[ocamlfind_destdir]/stublibs"