diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 07:55:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 07:55:57 +0000 |
commit | 0c8a74657b0e0e25e7e9a7f654d4b6df5cdd1dc3 (patch) | |
tree | 8d862ceea5b84fef0828434805b67bc9838de986 /devel | |
parent | Mark as broken with gcc4.2 on amd64. (diff) |
Mark as broken with gcc4.2 on amd64. Note: a newer version, lacaml-3.0.23,
is available.
Notes
Notes:
svn path=/head/; revision=200609
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-lacaml/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile index 95ddb92c5497..ad702b42252c 100644 --- a/devel/ocaml-lacaml/Makefile +++ b/devel/ocaml-lacaml/Makefile @@ -35,6 +35,12 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" +BROKEN= Does not install with GCC 4.2 +.endif +.endif + post-extract: # # CFLAGS safety |