pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnutls Disable inline assembly on SunOS for n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a6a4ae9bca6
branches: trunk
changeset: 629446:2a6a4ae9bca6
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jan 21 12:13:16 2014 +0000
description:
Disable inline assembly on SunOS for now too.
diffstat:
security/gnutls/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 5e5610710372 -r 2a6a4ae9bca6 security/gnutls/Makefile
--- a/security/gnutls/Makefile Tue Jan 21 11:38:12 2014 +0000
+++ b/security/gnutls/Makefile Tue Jan 21 12:13:16 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2014/01/17 19:13:37 tron Exp $
+# $NetBSD: Makefile,v 1.139 2014/01/21 12:13:16 jperkin Exp $
DISTNAME= gnutls-3.2.8.1
CATEGORIES= security devel
@@ -43,8 +43,8 @@
.include "../../mk/bsd.prefs.mk"
-# Assembler support is broken for Mac OS X in 3.2.8.1.
-.if ${OPSYS} == "Darwin"
+# Assembler support is broken for Mac OS X and SunOS in 3.2.8.1.
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --disable-hardware-acceleration
.endif
Home |
Main Index |
Thread Index |
Old Index