Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 16:09:58 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502899 - head/devel/hs-hashable
Message-ID:  <201905281609.x4SG9wTC031029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Tue May 28 16:09:58 2019
New Revision: 502899
URL: https://svnweb.freebsd.org/changeset/ports/502899

Log:
  devel/hs-hashable: Make INTEGER_GMP option default for all arches. Fixes build on powerpc64.
  
  Reported by:	Mikael Urankar <mikael.urankar@gmail.com>
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/hs-hashable/Makefile

Modified: head/devel/hs-hashable/Makefile
==============================================================================
--- head/devel/hs-hashable/Makefile	Tue May 28 15:53:04 2019	(r502898)
+++ head/devel/hs-hashable/Makefile	Tue May 28 16:09:58 2019	(r502899)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hashable
 PORTVERSION=	1.2.7.0
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	devel haskell
 
@@ -12,8 +12,9 @@ COMMENT=	Class for types that can be converted to a ha
 LICENSE=	BSD3CLAUSE
 
 FLAGS_DEFINE=			INTEGER_GMP SSE2 SSE41
-FLAGS_DEFAULT_amd64=		INTEGER_GMP SSE2
-FLAGS_DEFAULT_i386=		INTEGER_GMP SSE2
+FLAGS_DEFAULT=			INTEGER_GMP
+FLAGS_DEFAULT_amd64=		SSE2
+FLAGS_DEFAULT_i386=		SSE2
 
 INTEGER_GMP_DESC=		Use integer-gmp for fast Integer instances
 INTEGER_GMP_FLAG_ENABLE=	integer-gmp



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