svn commit: r408778 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Sat Feb 13 09:48:28 UTC 2016


Author: dinoex
Date: Sat Feb 13 09:48:26 2016
New Revision: 408778
URL: https://svnweb.freebsd.org/changeset/ports/408778

Log:
  - mark options ASM broken on sparc64
  PR:		204527

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Sat Feb 13 09:34:29 2016	(r408777)
+++ head/security/openssl/Makefile	Sat Feb 13 09:48:26 2016	(r408778)
@@ -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


More information about the svn-ports-all mailing list