View | Details | Raw Unified | Return to bug 61012
Collapse All | Expand All

(-)mldonkey/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
18
BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--enable-pthread
21
CONFIGURE_ARGS=	--enable-pthread --enable-ocamlver=3
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
ALL_TARGET=	depend opt
24
ALL_TARGET=	depend opt
(-)mldonkey/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- config/configure.orig	Sun Oct 12 20:41:28 2003
2
+++ config/configure	Wed Jan  7 13:24:29 2004
3
@@ -3651,7 +3651,7 @@
4
 
5
 case "$OCAMLVERSION" in
6
   3.06) TYPE_FORMAT="";;
7
-  3.07) TYPE_FORMAT="";;
8
+  3.07*) TYPE_FORMAT="";;
9
   *) TYPE_FORMAT="type ('a,'b,'c) ml_format = ('a,'b, 'c,'c) format  type ('a,'b,'c) format = ('a,'b, 'c) ml_format";;
10
 esac		    
11

Return to bug 61012