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)
This commit is contained in:
parent
0402fd9082
commit
b2023c902e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502899
1 changed files with 4 additions and 3 deletions
|
@ -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 hash value
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue