Wed Nov 25 21:43:55 2009 UTC ()
Run libtoolize. No need to touch libtool.


(joerg)
diff -r1.16 -r1.17 pkgsrc/security/libassuan/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/security/libassuan/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libassuan/Attic/Makefile 2008/09/07 02:40:53 1.16
+++ pkgsrc/security/libassuan/Attic/Makefile 2009/11/25 21:43:55 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.16 2008/09/07 02:40:53 bjs Exp $ 1# $NetBSD: Makefile,v 1.17 2009/11/25 21:43:55 joerg Exp $
2# 2#
3 3
4DISTNAME= libassuan-1.0.5 4DISTNAME= libassuan-1.0.5
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ 6MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= shannonjr@NetBSD.org 9MAINTAINER= shannonjr@NetBSD.org
10HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/ 10HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/libassuan/
11COMMENT= The IPC library used by some GnuPG related software 11COMMENT= The IPC library used by some GnuPG related software
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
@@ -17,19 +17,19 @@ GNU_CONFIGURE= yes @@ -17,19 +17,19 @@ GNU_CONFIGURE= yes
17INFO_FILES= yes 17INFO_FILES= yes
18USE_TOOLS+= autoconf autoreconf automake 18USE_TOOLS+= autoconf autoreconf automake
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20### 20###
21### XXX By default, this package will build with -fPIC on linux. 21### XXX By default, this package will build with -fPIC on linux.
22### Instead, let's patch it to use libtool and use --with-pic 22### Instead, let's patch it to use libtool and use --with-pic
23### to build position-independent code when possible. 23### to build position-independent code when possible.
24CONFIGURE_ARGS+= --with-pic 24CONFIGURE_ARGS+= --with-pic
25TEST_TARGET= check 25TEST_TARGET= check
26 26
27BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 27BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
28 28
29pre-configure: 29pre-configure:
 30 cd ${WRKSRC} && libtoolize
30 cd ${WRKSRC} && \ 31 cd ${WRKSRC} && \
31 ${SETENV} ${CONFIGURE_ENV} ${CONFIG_SHELL} autogen.sh && \ 32 ${SETENV} ${CONFIGURE_ENV} ${CONFIG_SHELL} autogen.sh
32 ${TOUCH} ${TOUCH_FLAGS} libtool 
33 33
34.include "../../security/libgpg-error/buildlink3.mk" 34.include "../../security/libgpg-error/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"