summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authortron <tron>2014-01-17 19:13:37 +0000
committertron <tron>2014-01-17 19:13:37 +0000
commit37d5bde66385e1dc465d0c8a384712421e1741f0 (patch)
tree97099a0fabedcf1d0ddff8e2bbab6b1900fbe6f5 /security/gnutls
parent6649ac27642b366bf8aae0476fb37416e3cf68b1 (diff)
downloadpkgsrc-37d5bde66385e1dc465d0c8a384712421e1741f0.tar.gz
Disable assembler code under Mac OS X which is broken in this release.
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index a93fa79dbed..1d9ce7c29d5 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2014/01/16 10:14:09 wiz Exp $
+# $NetBSD: Makefile,v 1.138 2014/01/17 19:13:37 tron Exp $
DISTNAME= gnutls-3.2.8.1
CATEGORIES= security devel
@@ -43,6 +43,11 @@ EGDIR= ${PREFIX}/share/examples/gnutls
.include "../../mk/bsd.prefs.mk"
+# Assembler support is broken for Mac OS X in 3.2.8.1.
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --disable-hardware-acceleration
+.endif
+
INSTALLATION_DIRS= ${DOCDIR} ${EGDIR} include/gnutls
post-install: