diff options
author | pav <pav@FreeBSD.org> | 2008-04-26 06:57:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-26 06:57:14 +0800 |
commit | 3a519db16fb72af08bb5b2762fd010a58075989c (patch) | |
tree | eb9a01754a634c08a4952a782356305243bc76c8 /net | |
parent | 6ead6fc35595aab95955d4dc32345a60c845223b (diff) | |
download | freebsd-ports-graphics-3a519db16fb72af08bb5b2762fd010a58075989c.tar.gz freebsd-ports-graphics-3a519db16fb72af08bb5b2762fd010a58075989c.tar.zst freebsd-ports-graphics-3a519db16fb72af08bb5b2762fd010a58075989c.zip |
- Mark BROKEN on -CURRENT: error: conflicting types for 'memrchr'
Reported by: pointyhat
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 0023e7f14d8..1296b7fd9ee 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} |