aboutsummaryrefslogtreecommitdiff
path: root/security/srp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:53:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:53:50 +0000
commit80b7e09305fa6af89949027155c61a50256c76bc (patch)
treeb0c703eeb3b76b176174e4aebb375ceb87a215cb /security/srp
parentf29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (diff)
Notes
Diffstat (limited to 'security/srp')
-rw-r--r--security/srp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile
index 75ccf6252b5f..32761a6bb9f7 100644
--- a/security/srp/Makefile
+++ b/security/srp/Makefile
@@ -23,6 +23,10 @@ CONFIGURE_ARGS= --with-openssl=/usr \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-patch:
@${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib\.h|g'