Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 20:54:52 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366676 - head/lang/tcl86
Message-ID:  <201408302054.s7UKsqqS056869@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@|; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408302054.s7UKsqqS056869>