1
0
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:
Dmitry Marakasov 2009-05-30 15:02:39 +00:00
parent 1576922a9b
commit 245b2d94e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234831

View File

@ -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>