diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:11:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:11:15 +0000 |
commit | ec0c200a62eef349a0a675ba783ae21a581e0f12 (patch) | |
tree | 577a967d1e12f0b740e9677a63edb052ed9ef547 /net/irrd | |
parent | 591fc652219ab963c645cfc168dc1e7267d34a8c (diff) | |
download | ports-ec0c200a62eef349a0a675ba783ae21a581e0f12.tar.gz ports-ec0c200a62eef349a0a675ba783ae21a581e0f12.zip |
Notes
Diffstat (limited to 'net/irrd')
-rw-r--r-- | net/irrd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 91fa643020ff..30f29f3700de 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -58,4 +58,10 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/programs/IRRd/irrd.8 ${PREFIX}/man/man8 @${INSTALL_SCRIPT} ${WRKDIR}/irrd.sh ${PREFIX}/etc/rc.d -.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> |