diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:17:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:17:17 +0000 |
commit | 4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f (patch) | |
tree | 0e5780d678d8593e00c1c5baac52a1c19c0a4484 /sysutils/perf | |
parent | set RUN_DEPENDS (diff) |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200454
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> |