diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:57:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 22:57:14 +0000 |
commit | 6e743f405e3caa54219ab9e536fbcaa594f88003 (patch) | |
tree | b04b751845f848e594b0b0fc32437630213dac2e /net | |
parent | - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of sy... (diff) |
- Mark BROKEN on -CURRENT: error: conflicting types for 'memrchr'
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=211990
Diffstat (limited to 'net')
-rw-r--r-- | net/openradius/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 0023e7f14d86..1296b7fd9ee9 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -38,6 +38,10 @@ SCRIPTS_ENV+= USE_LDAP=yes PLIST_SUB+= LDAP="@comment " .endif +.if ${OSVERSION} >= 800034 +BROKEN= does not compile +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |