aboutsummaryrefslogtreecommitdiffstats
path: root/security/libressl
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2015-09-16 03:22:46 +0800
committerbrnrd <brnrd@FreeBSD.org>2015-09-16 03:22:46 +0800
commit61df2eb202aab0b350d1d354a2412760517f0f67 (patch)
tree6592489933dbf2ec75fbc3c0afbd26cfd9bde63e /security/libressl
parent2d6fea6be026e890e1d79f0561d8e5c4c60abcb1 (diff)
downloadfreebsd-ports-gnome-61df2eb202aab0b350d1d354a2412760517f0f67.tar.gz
freebsd-ports-gnome-61df2eb202aab0b350d1d354a2412760517f0f67.tar.zst
freebsd-ports-gnome-61df2eb202aab0b350d1d354a2412760517f0f67.zip
security/libressl: Fix AESNI support
PR: 200894 Approved by: vsevolod (maintainer, mentor)
Diffstat (limited to 'security/libressl')
-rw-r--r--security/libressl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index 7e529e29b258..d87532b79432 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -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>