aboutsummaryrefslogtreecommitdiffstats
path: root/security/libgcrypt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-06 01:26:19 +0800
committermiwi <miwi@FreeBSD.org>2011-11-06 01:26:19 +0800
commit814cf67accacb3225200311b28a8aa95422ae0d0 (patch)
tree521806c8d603d30954f67e905f052c890f597fa9 /security/libgcrypt
parent1a3a615c16b2806240e6b422a96f4b682431d146 (diff)
downloadfreebsd-ports-gnome-814cf67accacb3225200311b28a8aa95422ae0d0.tar.gz
freebsd-ports-gnome-814cf67accacb3225200311b28a8aa95422ae0d0.tar.zst
freebsd-ports-gnome-814cf67accacb3225200311b28a8aa95422ae0d0.zip
- Add a workaround to fix build on FreeBSD 10.0 i386
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)