diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:48:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-02-13 09:48:26 +0000 |
commit | 6d63d735ca29fdaa4f3ff8c88060f453591a6ba2 (patch) | |
tree | ca10971f39eaa6825e0c4cb43ded7703251adf93 /security/openssl | |
parent | 79219f5bb8907fdd692a7fc03b599797c59298bf (diff) |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index a99e7d127e38..c3397ac93f37 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -92,6 +92,7 @@ EXTRACONFIGURE+= no-sse2 .endif .if ${PORT_OPTIONS:MASM} +BROKEN_sparc64= option ASM generates illegal instructions EXTRACONFIGURE+= enable-asm .else EXTRACONFIGURE+= no-asm |