summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-01-26 09:38:33 +0000
committertron <tron@pkgsrc.org>2014-01-26 09:38:33 +0000
commit242a342681f5bf43d9d0c62465b97b7aa864ad39 (patch)
treeb184fb74c325e28bfc47c09203069f6c2eb08ed8 /security
parent7276a26570c2fda4322f6cc7af250e397faaf392 (diff)
downloadpkgsrc-242a342681f5bf43d9d0c62465b97b7aa864ad39.tar.gz
Update comment:
Assembler support is still broken under Mac OS X in version 3.2.9. Somebody should re-check Solaris as well.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index fe9767bf595..23867d1e3a5 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2014/01/25 10:59:22 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2014/01/26 09:38:33 tron Exp $
DISTNAME= gnutls-3.2.9
CATEGORIES= security devel
@@ -41,7 +41,7 @@ EGDIR= ${PREFIX}/share/examples/gnutls
.include "../../mk/bsd.prefs.mk"
-# Assembler support is broken for Mac OS X and SunOS in 3.2.8.1.
+# Assembler support is broken for Mac OS X and SunOS in 3.2.9.
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --disable-hardware-acceleration
.endif