Date: Wed, 3 Jun 2015 19:10:57 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388484 - head/devel/libiomp5-devel Message-ID: <201506031910.t53JAvOI027481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031910.t53JAvOI027481>