Thu Jan 26 23:00:22 2012 UTC ()
Use SET_LIBDIR to get rid of lib64


(sbd)
diff -r1.6 -r1.7 pkgsrc/security/nettle/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/security/nettle/Makefile (expand / switch to unified diff)

--- pkgsrc/security/nettle/Makefile 2012/01/17 21:43:21 1.6
+++ pkgsrc/security/nettle/Makefile 2012/01/26 23:00:22 1.7
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.6 2012/01/17 21:43:21 sbd Exp $ 1# $NetBSD: Makefile,v 1.7 2012/01/26 23:00:22 sbd Exp $
2 2
3DISTNAME= nettle-2.4 3DISTNAME= nettle-2.4
4CATEGORIES= devel security 4CATEGORIES= devel security
5MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ 5MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
6 ftp://ftp.lysator.liu.se/pub/security/lsh/ 6 ftp://ftp.lysator.liu.se/pub/security/lsh/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.lysator.liu.se/~nisse/nettle/ 9HOMEPAGE= http://www.lysator.liu.se/~nisse/nettle/
10COMMENT= Cryptographic library 10COMMENT= Cryptographic library
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c 15USE_LANGUAGES= c
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gm4 gmake 17USE_TOOLS+= gm4 gmake
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
 19SET_LIBDIR= yes
19CONFIGURE_ARGS+= --disable-openssl 20CONFIGURE_ARGS+= --disable-openssl
20 21
21INFO_FILES= yes 22INFO_FILES= yes
22TEST_TARGET= check 23TEST_TARGET= check
23PKGCONFIG_OVERRIDE= hogweed.pc.in 24PKGCONFIG_OVERRIDE= hogweed.pc.in
24PKGCONFIG_OVERRIDE+= nettle.pc.in 25PKGCONFIG_OVERRIDE+= nettle.pc.in
25 26
26.include "../../devel/gmp/buildlink3.mk" 27.include "../../devel/gmp/buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"