mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Mark as broken on ARM.
This commit is contained in:
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
|
@ -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}"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue