summaryrefslogtreecommitdiff
path: root/x11/kdelibs2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs2/Makefile')
-rw-r--r--x11/kdelibs2/Makefile6
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"