From d0d199d53c7f6e5dfc8974817cff9d8e1a6a1efb Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 8 Feb 2003 23:01:02 +0000 Subject: do not disable asm on alpha. fixes recently noted compile problems --- security/libgcrypt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/libgcrypt/Makefile') 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 -- cgit v1.2.3