Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 04:47:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471446 - head/graphics/gmic
Message-ID:  <201806030447.w534lWOv026413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun  3 04:47:32 2018
New Revision: 471446
URL: https://svnweb.freebsd.org/changeset/ports/471446

Log:
  graphics/gmic: Correct the BROKEN_xx statement

Modified:
  head/graphics/gmic/Makefile

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sun Jun  3 03:25:10 2018	(r471445)
+++ head/graphics/gmic/Makefile	Sun Jun  3 04:47:32 2018	(r471446)
@@ -18,7 +18,7 @@ LICENSE_NAME=	CeCILL
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_FreeBSD_10=	error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'"
+BROKEN_i386=	error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'"
 
 BUILD_DEPENDS=	${LOCALBASE}/include/CImg.h:graphics/cimg
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806030447.w534lWOv026413>