From 80b7e09305fa6af89949027155c61a50256c76bc Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 20 Mar 2010 14:53:50 +0000 Subject: - Mark BROKEN on HEAD: fails to build with new utmpx Reported by: pointyhat --- security/srp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/srp') 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 +.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' -- cgit v1.2.3