aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-05 17:26:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-05 17:26:19 +0000
commit234f9e670b11991ca8a4f124b0c8d34e4b13f3e8 (patch)
treed0c7a71daecbd44cdfb11b869548bacdbdff8508 /security/libgcrypt
parent38ae1de1ebccb2996e12021e843d5acd2364a4d2 (diff)
downloadports-234f9e670b11991ca8a4f124b0c8d34e4b13f3e8.tar.gz
ports-234f9e670b11991ca8a4f124b0c8d34e4b13f3e8.zip
Notes
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index c3702342224b..75800fbf35e8 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -38,6 +38,9 @@ CONFIGURE_ARGS+= --disable-asm
.elif ${ARCH} == "i386"
.if (${OSVERSION} < 900033)
CONFIGURE_ARGS+= --disable-aesni-support
+#workaround for FreeBSD 10.0
+.elif (${OSVERSION} >= 1000000)
+CONFIGURE_ARGS+= --disable-asm
.endif
.endif
.if (${OSVERSION} < 700000)