summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authortron <tron>2014-01-26 09:38:33 +0000
committertron <tron>2014-01-26 09:38:33 +0000
commitfc086c516e61959e478e36078e9504b2522e47f5 (patch)
treeb184fb74c325e28bfc47c09203069f6c2eb08ed8 /security/gnutls
parentb7a3a9bf11fc75eb820873afea09cfd1b4e050a7 (diff)
downloadpkgsrc-fc086c516e61959e478e36078e9504b2522e47f5.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/gnutls')
-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