diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 19:02:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 19:02:46 +0800 |
commit | cc45fe1196b7facf99570e831625dc4c93d29c50 (patch) | |
tree | 7c42c9d360e7f6fe36b4dbc50c2f59f8e8aa9abd | |
parent | 02f975dc2069deca029bd48fba8910d6f36c5549 (diff) | |
download | freebsd-ports-gnome-cc45fe1196b7facf99570e831625dc4c93d29c50.tar.gz freebsd-ports-gnome-cc45fe1196b7facf99570e831625dc4c93d29c50.tar.zst freebsd-ports-gnome-cc45fe1196b7facf99570e831625dc4c93d29c50.zip |
Mark as broken with gcc4.2.
-rw-r--r-- | science/pcp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/pcp/Makefile b/science/pcp/Makefile index 94ca605bbb55..d48ce9b47fcc 100644 --- a/science/pcp/Makefile +++ b/science/pcp/Makefile @@ -16,4 +16,10 @@ COMMENT= Machine learning program for pattern classification GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |