diff options
Diffstat (limited to 'security/srp/Makefile')
-rw-r--r-- | security/srp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile index 32761a6bb9f7..b16eb1ebc169 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -30,9 +30,7 @@ BROKEN= fails to build with new utmpx post-patch: @${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib\.h|g' -.if ${OSVERSION} >= 700042 @${REINPLACE_CMD} -e 's/^struct.*\*sgetspent.*(const.*//' ${WRKSRC}/base/lib/shadow_.h -.endif post-install: .if !defined(NOPORTDOCS) |