svn commit: r441886 - head/lang/gcc6

Mark Linimon linimon at FreeBSD.org
Sun May 28 02:39:55 UTC 2017


Author: linimon
Date: Sun May 28 02:39:54 2017
New Revision: 441886
URL: https://svnweb.freebsd.org/changeset/ports/441886

Log:
  I jumped the gun by marking this broken on powerpc64.  There is
  active work ongoing to debug it.

Modified:
  head/lang/gcc6/Makefile

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Sun May 28 00:25:27 2017	(r441885)
+++ head/lang/gcc6/Makefile	Sun May 28 02:39:54 2017	(r441886)
@@ -20,7 +20,6 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 BUILD_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 
-BROKEN_powerpc64=	fails to build: close.c: implicit declaration of function 'strdup'
 BROKEN_sparc64=		fails to configure: cannot compute suffix of object files: cannot compile
 
 .if defined(MAINTAINER_MODE)


More information about the svn-ports-all mailing list