diff options
author | dmcmahill <dmcmahill> | 2003-02-08 23:01:02 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-08 23:01:02 +0000 |
commit | 2a16c35b933eff9664aa54376c21b728760d63df (patch) | |
tree | c18ffe9dabd66ddc67a1263bf4ef5cd1a897bab5 /security | |
parent | abff93f2efbeeda8444102dc000579099a356c78 (diff) | |
download | pkgsrc-2a16c35b933eff9664aa54376c21b728760d63df.tar.gz |
do not disable asm on alpha. fixes recently noted compile problems
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 5 |
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 |