From 28e3778d591330a283000fb5bd00552b0ca710a9 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 4 Sep 2012 03:01:19 +0000 Subject: [PATCH] Mark as broken on ARM. --- devel/pwlib/Makefile | 3 +++ lang/tcl86/Makefile | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 261ad5b99725..8d049d3d1aa8 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -34,6 +34,9 @@ MAKE_JOBS_UNSAFE= yes .include +.if ${ARCH} == "arm" +BROKEN= Does not install on arm: mtree +.endif CFLAGS= -O1 CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index cbda1653c7e8..14853a2526c0 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -47,6 +47,10 @@ LATEST_LINK= tcl86${THREADS_SUFFIX} .include +.if ${ARCH} == "arm" +BROKEN= Does not build on arm +.endif + .if !defined(WITHOUT_TCL_MODULES) RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules .endif