diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 15:55:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 15:55:57 +0800 |
commit | a00566072247af6cb4b951a9a42b1cbf895869b2 (patch) | |
tree | f94221ce611c39e3dd11557d4f9113da69bdabf0 /devel | |
parent | 7bb5a6cfe23f6aa16f8a42f6724082b4f2895f81 (diff) | |
download | freebsd-ports-gnome-a00566072247af6cb4b951a9a42b1cbf895869b2.tar.gz freebsd-ports-gnome-a00566072247af6cb4b951a9a42b1cbf895869b2.tar.zst freebsd-ports-gnome-a00566072247af6cb4b951a9a42b1cbf895869b2.zip |
Mark as broken with gcc4.2 on amd64. Note: a newer version, lacaml-3.0.23,
is available.
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 |