Date: Sat, 13 Feb 2016 09:48:27 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408778 - head/security/openssl Message-ID: <201602130948.u1D9mRkO056739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602130948.u1D9mRkO056739>