summaryrefslogtreecommitdiff
path: root/security/kth-krb4
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-03-29 17:20:10 +0000
committerhubertf <hubertf>2002-03-29 17:20:10 +0000
commit5cbd140d861ad656e7591b1d07493e85b3399606 (patch)
tree21e3fb648f0fc42916662aff3867eb0c2b5ba2e9 /security/kth-krb4
parent261b3502e539fe9d61bf0adbee685e6699689a49 (diff)
downloadpkgsrc-5cbd140d861ad656e7591b1d07493e85b3399606.tar.gz
Mark this package as interactive on sparc64. Compiling it needs attention
so the compiler is killed when it spins. XXX needs fixing
Diffstat (limited to 'security/kth-krb4')
-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 \