summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/kth-krb4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile
index 3f136c84490..b3384b21d7c 100644
--- a/security/kth-krb4/Makefile
+++ b/security/kth-krb4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/02/18 15:14:39 seb Exp $
+# $NetBSD: Makefile,v 1.16 2002/03/29 17:20:10 hubertf Exp $
#
DISTNAME= krb4-1.0.9
@@ -18,6 +18,12 @@ CONFLICTS+= libdes-[0-9]*
CRYPTO= yes
GNU_CONFIGURE= yes
+# this hangs while compiling one of the files, at least with the
+# toolchain as of 1.5ZC (20020329)
+.if ${MACHINE_ARCH} == "sparc64"
+IS_INTERACTIVE= yes
+.endif
+
post-patch:
@${SED} -e 's|@PREFIX@|${PREFIX}|g' \
<${WRKSRC}/lib/kafs/kafs.h \