svn commit: r483351 - head/security/clamfs

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 20:22:29 UTC 2018


Author: linimon
Date: Sun Oct 28 20:22:28 2018
New Revision: 483351
URL: https://svnweb.freebsd.org/changeset/ports/483351

Log:
  Now builds on powerpc64.
  
  PR:		232050
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/clamfs/Makefile

Modified: head/security/clamfs/Makefile
==============================================================================
--- head/security/clamfs/Makefile	Sun Oct 28 20:20:27 2018	(r483350)
+++ head/security/clamfs/Makefile	Sun Oct 28 20:22:28 2018	(r483351)
@@ -14,7 +14,6 @@ LICENSE=	GPLv2
 
 BROKEN_armv6=		fails to compile: ./config.hxx:52:17: expected namespace name
 BROKEN_armv7=		fails to compile: ./config.hxx:52:17: expected namespace name
-BROKEN_powerpc64=	fails to compile: g++6: unrecognized command line option '-mavx2'
 
 LIB_DEPENDS=	libccgnu2.so:devel/commoncpp \
 		libPocoNet.so:devel/poco-ssl \


More information about the svn-ports-all mailing list