diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 02:33:05 +0000 |
commit | c1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch) | |
tree | da64bfdf1b4f9333a4a03d016667a79a61bbe190 /net/cap | |
parent | 01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff) | |
download | ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.tar.gz ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.zip |
BROKEN on 5.x: Does not compile with gcc 3.4.2
Notes
Notes:
svn path=/head/; revision=116340
Diffstat (limited to 'net/cap')
-rw-r--r-- | net/cap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index 4a25efe72aad..10b92cc9b816 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -60,6 +60,10 @@ READMES= applications/papif applications/lwsrv applications/aufs \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + pre-patch: @(cd ${WRKSRC}; \ for f in ../cap60.patch* ; do ${PATCH} -s -p < $$f ; done) |