Modified: trunk/dports/devel/ocaml-bin-prot/Portfile (90203 => 90204)
--- trunk/dports/devel/ocaml-bin-prot/Portfile 2012-02-26 12:56:55 UTC (rev 90203)
+++ trunk/dports/devel/ocaml-bin-prot/Portfile 2012-02-26 14:42:46 UTC (rev 90204)
@@ -25,7 +25,10 @@
rmd160 fe02221b20f2bb176a2a5e6f293c906470f945ce
# remove me if http://caml.inria.fr/mantis/view.php?id=5516 is fixed
-patchfiles patch-myocamlbuild.ml.diff
+if {${configure.compiler} == "clang"} {
+ patchfiles-append patch-myocamlbuild.ml.diff
+}
+
post-patch {
# deal with C99 semantics of inline
if {${configure.compiler} == "clang"} {