summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-03-29 17:20:10 +0000
committerhubertf <hubertf@pkgsrc.org>2002-03-29 17:20:10 +0000
commitf610f59c505c97f8dc45735b42b0c48814972126 (patch)
tree21e3fb648f0fc42916662aff3867eb0c2b5ba2e9 /security
parent2aedf427024607b5f2eab616ccf84397f9e08e4c (diff)
downloadpkgsrc-f610f59c505c97f8dc45735b42b0c48814972126.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')
-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 \