svn commit: r397017 - head/security/libressl

Bernard Spil brnrd at FreeBSD.org
Tue Sep 15 19:22:47 UTC 2015


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>


More information about the svn-ports-all mailing list