mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Add SSE2 OPTION
PR: 135064 Submitted by: Colin Percival <cperciva@tarsnap.com> Approved by: wen heping <wenheping@gmail.com> (maintainer)
This commit is contained in:
parent
1576922a9b
commit
245b2d94e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234831
@ -21,4 +21,14 @@ PLIST_FILES= bin/scrypt
|
||||
|
||||
MAN1= scrypt.1
|
||||
|
||||
OPTIONS= SSE2 "Use SSE2-optimized code" Off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_SSE2)
|
||||
CONFIGURE_ARGS+= --enable-sse2
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-sse2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user