Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 19:22:46 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397017 - head/security/libressl
Message-ID:  <201509151922.t8FJMkTM053353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Tue Sep 15 19:22:46 2015
New Revision: 397017
URL: https://svnweb.freebsd.org/changeset/ports/397017

Log:
  security/libressl: Fix AESNI support
  
  PR:		200894
  Approved by:	vsevolod (maintainer, mentor)

Modified:
  head/security/libressl/Makefile

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Tue Sep 15 19:15:25 2015	(r397016)
+++ head/security/libressl/Makefile	Tue Sep 15 19:22:46 2015	(r397017)
@@ -23,7 +23,13 @@ USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
+.endif
+
 regression-test: build
 	cd ${WRKSRC} && ${MAKE} check
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151922.t8FJMkTM053353>