summaryrefslogtreecommitdiff
path: root/security/kth-krb4/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-03-29 17:20:10 +0000
committerhubertf <hubertf>2002-03-29 17:20:10 +0000
commitc174ced3dbf7dd8d7712360b4cd1596ae88b2bb9 (patch)
tree21e3fb648f0fc42916662aff3867eb0c2b5ba2e9 /security/kth-krb4/Makefile
parent3d932ea4acd5469975cf0c4aa450bf72bb5ebcd3 (diff)
downloadpkgsrc-c174ced3dbf7dd8d7712360b4cd1596ae88b2bb9.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/Makefile')
-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 \