svn commit: r471446 - head/graphics/gmic

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 3 04:47:33 UTC 2018


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 \


More information about the svn-ports-head mailing list