aboutsummaryrefslogtreecommitdiff
path: root/sysutils/perf
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 10:17:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 10:17:17 +0000
commit4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f (patch)
tree0e5780d678d8593e00c1c5baac52a1c19c0a4484 /sysutils/perf
parent1bd1d8fef110f5bfab3b962211d94c3a02a04708 (diff)
downloadports-4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f.tar.gz
ports-4b29a266c3b3b3f0102e7bb2e108df7faa0fe74f.zip
Notes
Diffstat (limited to 'sysutils/perf')
-rw-r--r--sysutils/perf/Makefile8
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>