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/ocaml-lacaml | |
parent | fe97639823cb45e2fe4ea62f03f6fc34cec1e73e (diff) | |
download | ports-0c8a74657b0e0e25e7e9a7f654d4b6df5cdd1dc3.tar.gz ports-0c8a74657b0e0e25e7e9a7f654d4b6df5cdd1dc3.zip |
Notes
Diffstat (limited to 'devel/ocaml-lacaml')
-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 |