diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 07:38:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 07:38:16 +0000 |
commit | 9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a (patch) | |
tree | a528e1cd6f767af7cb989f48207ee1affe946045 /net/tac_plus-libradius | |
parent | b59cec20920bc40fd87221b102194501fc668292 (diff) | |
download | ports-9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a.tar.gz ports-9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a.zip |
Notes
Diffstat (limited to 'net/tac_plus-libradius')
-rw-r--r-- | net/tac_plus-libradius/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tac_plus-libradius/Makefile b/net/tac_plus-libradius/Makefile index f2ec2ce1deb9..8435367f5cfe 100644 --- a/net/tac_plus-libradius/Makefile +++ b/net/tac_plus-libradius/Makefile @@ -25,6 +25,10 @@ MAN1= tac_plus.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man1/tac_plus.1 |