svn commit: r425237 - head/devel/loki

Mark Linimon linimon at FreeBSD.org
Thu Nov 3 16:03:21 UTC 2016


Author: linimon
Date: Thu Nov  3 16:03:20 2016
New Revision: 425237
URL: https://svnweb.freebsd.org/changeset/ports/425237

Log:
  Now builds on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/loki/Makefile

Modified: head/devel/loki/Makefile
==============================================================================
--- head/devel/loki/Makefile	Thu Nov  3 16:00:39 2016	(r425236)
+++ head/devel/loki/Makefile	Thu Nov  3 16:03:20 2016	(r425237)
@@ -33,10 +33,4 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: TLS not supported
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list