diff options
author | cjep <cjep@pkgsrc.org> | 2002-05-20 10:16:36 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-05-20 10:16:36 +0000 |
commit | 2ea900598085105a11e147565c0dfc3b0a8e89cb (patch) | |
tree | c78d246113f80258e00408b690ce7147ec2ca9a4 /x11/kdelibs2 | |
parent | 2de5d5915946bd303812530a36592753e1bb6afa (diff) | |
download | pkgsrc-2ea900598085105a11e147565c0dfc3b0a8e89cb.tar.gz |
Mark this package as broken on arm32. Compilation hangs the machine even
without optimization. XXX Should probably try using gcc>=2.95.3.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index a3e01aea492..f1d38c6ce0a 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/04/10 12:30:23 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.37 2002/05/20 10:16:36 cjep Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 1 @@ -16,6 +16,10 @@ USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}" +.if (${MACHINE_ARCH} == "arm32") +BROKEN= Compilation causes arm32 machines to hang +.endif + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |