svn commit: r366676 - head/lang/tcl86
Sean Bruno
sbruno at FreeBSD.org
Sat Aug 30 20:54:52 UTC 2014
Author: sbruno (src committer)
Date: Sat Aug 30 20:54:51 2014
New Revision: 366676
URL: http://svnweb.freebsd.org/changeset/ports/366676
QAT: https://qat.redports.org/buildarchive/r366676/
Log:
Remove arm restriction. This compiles for ARMv6 just fine.
Approved by: portmgr (antoine)
Modified:
head/lang/tcl86/Makefile
Modified: head/lang/tcl86/Makefile
==============================================================================
--- head/lang/tcl86/Makefile Sat Aug 30 20:50:54 2014 (r366675)
+++ head/lang/tcl86/Makefile Sat Aug 30 20:54:51 2014 (r366676)
@@ -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@|; \
More information about the svn-ports-head
mailing list