diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2014-08-30 20:54:51 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2014-08-30 20:54:51 +0000 |
commit | 7fd00ed8622e967b19dc5b9776335e50b2925820 (patch) | |
tree | 86fa4208dfa0a4b9025df3c5ec3fb2a18dae1b11 /lang/tcl86 | |
parent | 6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5 (diff) |
Remove arm restriction. This compiles for ARMv6 just fine.
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=366676
Diffstat (limited to 'lang/tcl86')
-rw-r--r-- | lang/tcl86/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 48800158451a..91b7e95d4e55 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -76,10 +76,6 @@ CONFIGURE_ARGS+=--enable-threads CONFIGURE_ARGS+=--disable-threads .endif -.if ${ARCH} == "arm" -BROKEN= Does not build on arm -.endif - post-patch: ${REINPLACE_CMD} -e \ 's|@TCL_BUILD_LIB_SPEC@|@TCL_LIB_SPEC@|; \ |