Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 01:18:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479345 - head/security/highwayhash
Message-ID:  <201809100118.w8A1IMQS070844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep 10 01:18:22 2018
New Revision: 479345
URL: https://svnweb.freebsd.org/changeset/ports/479345

Log:
  Try, but fail, to fix build on powerpc64.  The fix is necessary but not
  sufficient.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/highwayhash/Makefile

Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile	Sun Sep  9 23:35:26 2018	(r479344)
+++ head/security/highwayhash/Makefile	Mon Sep 10 01:18:22 2018	(r479345)
@@ -12,11 +12,11 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
-BROKEN_powerpc64=	fails to link: main.cpp.o: undefined reference to `boost::program_options::options_description::options_description
+BROKEN_powerpc64=	fails to compile: g++6: error: unrecognized command line option '-mavx2'
 ONLY_FOR_ARCHS=		aarch64 amd64 powerpc powerpc64
 ONLY_FOR_ARCHS_REASON=	Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
 
-USES=		gmake
+USES=		compiler:c++11-lib gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
 GH_TAGNAME=	9099074



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