1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix build with ocaml-3.07_1

PR:		ports/61012
Submitted by:	Holger Lamm <holger@e-gitt.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-01-07 19:26:43 +00:00
parent 95962e63de
commit fd6feb8a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97585
8 changed files with 48 additions and 4 deletions

View File

@ -18,7 +18,7 @@ COMMENT?= A OCAML client for multiple peer-to-peer networks
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread
CONFIGURE_ARGS= --enable-pthread --enable-ocamlver=3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
USE_GMAKE= yes
ALL_TARGET= depend opt

View File

@ -0,0 +1,11 @@
--- 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

View File

@ -18,7 +18,7 @@ COMMENT?= A OCAML client for multiple peer-to-peer networks
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread
CONFIGURE_ARGS= --enable-pthread --enable-ocamlver=3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
USE_GMAKE= yes
ALL_TARGET= depend opt

View File

@ -0,0 +1,11 @@
--- 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

View File

@ -18,7 +18,7 @@ COMMENT?= A OCAML client for multiple peer-to-peer networks
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread
CONFIGURE_ARGS= --enable-pthread --enable-ocamlver=3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
USE_GMAKE= yes
ALL_TARGET= depend opt

View File

@ -0,0 +1,11 @@
--- 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

View File

@ -18,7 +18,7 @@ COMMENT?= A OCAML client for multiple peer-to-peer networks
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pthread
CONFIGURE_ARGS= --enable-pthread --enable-ocamlver=3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
USE_GMAKE= yes
ALL_TARGET= depend opt

View File

@ -0,0 +1,11 @@
--- 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