diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 16:08:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 16:08:51 +0800 |
commit | 722c80a514717f1153ea7a84c0b0ab032bf92d94 (patch) | |
tree | bc218bb8c01135a549a196f1b71cea87d4814a1f /science | |
parent | 82cd2adbc7377c8639a987e82d8bf9f9fdd4aa77 (diff) | |
download | freebsd-ports-gnome-722c80a514717f1153ea7a84c0b0ab032bf92d94.tar.gz freebsd-ports-gnome-722c80a514717f1153ea7a84c0b0ab032bf92d94.tar.zst freebsd-ports-gnome-722c80a514717f1153ea7a84c0b0ab032bf92d94.zip |
Mark as broken on gcc 4.2.
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 1a49229b9b91..26f00be60f64 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -51,6 +51,10 @@ USE_LDCONFIG= yes BROKEN= Does not compile on !i386, !amd64 and !alpha .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ ${WRKSRC}/hdf/src/Makefile.in ${WRKSRC}/mfhdf/libsrc/Makefile.in |