summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/libgcrypt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 1b974055f09..be66dd71d6f 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/02/02 22:00:24 tron Exp $
+# $NetBSD: Makefile,v 1.3 2003/02/08 23:01:02 dmcmahill Exp $
DISTNAME= libgcrypt-1.1.11
CATEGORIES= security
@@ -12,6 +12,7 @@ COMMENT= GNU's cryptographic library
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+TEST_TARGET= check
TEXINFO_OVERRIDE= YES
TEXINFO_REQD= 4.0
@@ -21,7 +22,7 @@ TEXINFO_REQD= 4.0
# Our "libtool" doesn't like the crafted ".lo" files with the assembly
# implementations. So we use the bundled "libtool" for NetBSD-i386 ELF
# and ours otherwise.
-.if ${MACHINE_GNU_PLATFORM} != i386--netbsdelf
+.if ${MACHINE_GNU_PLATFORM} != i386--netbsdelf && ${MACHINE_GNU_PLATFORM} != alpha--netbsd
CONFIGURE_ARGS+= --disable-asm
LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
.endif