Mark as broken on ARM.

This commit is contained in:
Mark Linimon 2012-09-04 03:01:19 +00:00
parent e106e3cfcd
commit 28e3778d59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303633
2 changed files with 7 additions and 0 deletions

View file

@ -34,6 +34,9 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "arm"
BROKEN= Does not install on arm: mtree
.endif
CFLAGS= -O1 CFLAGS= -O1
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"

View file

@ -47,6 +47,10 @@ LATEST_LINK= tcl86${THREADS_SUFFIX}
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "arm"
BROKEN= Does not build on arm
.endif
.if !defined(WITHOUT_TCL_MODULES) .if !defined(WITHOUT_TCL_MODULES)
RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules RUN_DEPENDS+= ${LOCALBASE}/lib/tcl8/8.5/tcltest-2.3.4.tm:${PORTSDIR}/lang/tcl-modules
.endif .endif