diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 04:01:17 +0000 |
commit | e1925f71024fbbbc6356957304ac960ac4147bc9 (patch) | |
tree | 3777e9d6cc7f1da1d6f88da18b7f50e27a967c2a /security/srp | |
parent | 6f72b01686444c8cf2067f9dce6d7b7087341907 (diff) | |
download | ports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip |
Notes
Diffstat (limited to 'security/srp')
-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) |