svn commit: r425230 - head/devel/ice

Mark Linimon linimon at FreeBSD.org
Thu Nov 3 15:33:26 UTC 2016


Author: linimon
Date: Thu Nov  3 15:33:24 2016
New Revision: 425230
URL: https://svnweb.freebsd.org/changeset/ports/425230

Log:
  Builds on recent sparc64.  While here, delete ia64 line, since ia64 is
  no longer supported.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/ice/Makefile

Modified: head/devel/ice/Makefile
==============================================================================
--- head/devel/ice/Makefile	Thu Nov  3 15:21:24 2016	(r425229)
+++ head/devel/ice/Makefile	Thu Nov  3 15:33:24 2016	(r425230)
@@ -51,9 +51,6 @@ CFLAGS+=		-ftemplate-depth-128 -fPIC -DP
 CFLAGS+=		-DNDEBUG
 .endif
 
-BROKEN_ia64=		Does not compile on ${ARCH}
-BROKEN_sparc64=		Does not compile on ${ARCH}
-
 .if ((${ARCH} != i386) && (${ARCH} != powerpc))
 MAKE_ENV+=		LP64=yes
 .endif


More information about the svn-ports-head mailing list