svn commit: r388484 - head/devel/libiomp5-devel

Brooks Davis brooks at FreeBSD.org
Wed Jun 3 19:10:57 UTC 2015


Author: brooks
Date: Wed Jun  3 19:10:56 2015
New Revision: 388484
URL: https://svnweb.freebsd.org/changeset/ports/388484

Log:
  Mark broken for FreeBSD-9/i386 as it fails to build there.

Modified:
  head/devel/libiomp5-devel/Makefile

Modified: head/devel/libiomp5-devel/Makefile
==============================================================================
--- head/devel/libiomp5-devel/Makefile	Wed Jun  3 18:45:58 2015	(r388483)
+++ head/devel/libiomp5-devel/Makefile	Wed Jun  3 19:10:56 2015	(r388484)
@@ -28,6 +28,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/runtime
 
 .if ${ARCH} == "i386"
 OPENMP_ARCH=	32
+BROKEN_FreeBSD_9=	doesn't compile with base clang
 .elif ${ARCH} == "amd64"
 OPENMP_ARCH=	32e
 .elif ${ARCH} == "powerpc64"


More information about the svn-ports-all mailing list