diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 18:17:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 18:17:17 +0800 |
commit | a5593d6f8046e4f00f9e14c250a13395b29b8526 (patch) | |
tree | fcab172a361c6c0abd42379a28f853c14c356f4c /sysutils/perf | |
parent | 6cad81b699162e67bb11f54f8821ebf076dc683c (diff) | |
download | freebsd-ports-gnome-a5593d6f8046e4f00f9e14c250a13395b29b8526.tar.gz freebsd-ports-gnome-a5593d6f8046e4f00f9e14c250a13395b29b8526.tar.zst freebsd-ports-gnome-a5593d6f8046e4f00f9e14c250a13395b29b8526.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'sysutils/perf')
-rw-r--r-- | sysutils/perf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/perf/Makefile b/sysutils/perf/Makefile index f95a9565e141..a6376b3a8442 100644 --- a/sysutils/perf/Makefile +++ b/sysutils/perf/Makefile @@ -26,4 +26,10 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/perf.1 ${PREFIX}/man/man1 ${GZIP_CMD} ${PREFIX}/man/man1/perf.1 -.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> |