summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjdc <jdc@pkgsrc.org>2006-08-27 14:23:23 +0000
committerjdc <jdc@pkgsrc.org>2006-08-27 14:23:23 +0000
commit658f4a8417df8afeeddf4ee188f5097da3db0213 (patch)
treea7febc720fdb577983e873bea48e5b9f7d7796a4 /security
parente5bb93ecfdc32336630e2de1cf1e1651766e6402 (diff)
downloadpkgsrc-658f4a8417df8afeeddf4ee188f5097da3db0213.tar.gz
Also enable assembler files for NetBSD-*-sparc.
Makes this package build on NetBSD/sparc.
Diffstat (limited to 'security')
-rw-r--r--security/libgcrypt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index e8751ce7c9a..db964993a61 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/03/31 23:56:29 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2006/08/27 14:23:23 jdc Exp $
DISTNAME= libgcrypt-1.2.2
PKGREVISION= 1
@@ -23,7 +23,8 @@ INFO_FILES= # PLIST
.include "../../mk/bsd.prefs.mk"
.if empty(MACHINE_PLATFORM:MNetBSD-*-i386) && \
- empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
+ empty(MACHINE_PLATFORM:MNetBSD-*-alpha) && \
+ empty(MACHINE_PLATFORM:MNetBSD-*-sparc)
CONFIGURE_ARGS+= --disable-asm
.endif