freebsd-ports/net/mldonkey/files/patch-configure
Pav Lucistnik fd6feb8a1d - Fix build with ocaml-3.07_1
PR:		ports/61012
Submitted by:	Holger Lamm <holger@e-gitt.net> (maintainer)
2004-01-07 19:26:43 +00:00

11 lines
359 B
Text

--- config/configure.orig Sun Oct 12 20:41:28 2003
+++ config/configure Wed Jan 7 13:24:29 2004
@@ -3651,7 +3651,7 @@
case "$OCAMLVERSION" in
3.06) TYPE_FORMAT="";;
- 3.07) TYPE_FORMAT="";;
+ 3.07*) TYPE_FORMAT="";;
*) TYPE_FORMAT="type ('a,'b,'c) ml_format = ('a,'b, 'c,'c) format type ('a,'b,'c) format = ('a,'b, 'c) ml_format";;
esac