Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 14:20:44 +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: r483299 - head/devel/objecthash
Message-ID:  <201810281420.w9SEKiMY086393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 14:20:43 2018
New Revision: 483299
URL: https://svnweb.freebsd.org/changeset/ports/483299

Log:
  Fix mismerge.
  
  Pointy hat to:	linimon

Modified:
  head/devel/objecthash/Makefile

Modified: head/devel/objecthash/Makefile
==============================================================================
--- head/devel/objecthash/Makefile	Sun Oct 28 14:17:19 2018	(r483298)
+++ head/devel/objecthash/Makefile	Sun Oct 28 14:20:43 2018	(r483299)
@@ -11,13 +11,10 @@ COMMENT=	Cross-language way to cryptographically hash 
 
 LICENSE=	APACHE20
 
-BROKEN_powerpc64=	Does not build: error: variably modified hash at file scope
-
 LIB_DEPENDS=	libicudata.so:devel/icu \
 		libjson-c.so:devel/json-c
 
 USES=		pkgconfig ssl
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	benlaurie
 GH_PROJECT=	objecthash



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