From cb9ff0d5e5e23cf6ed557c301215c6f5897a1cfc Mon Sep 17 00:00:00 2001 From: espie Date: Wed, 21 Dec 2005 14:43:58 +0000 Subject: [PATCH] switch to system libtool, okay brad@ --- converters/libiconv/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index c6f804e33e1..624ecac18d2 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2005/12/01 11:23:42 bernd Exp $ +# $OpenBSD: Makefile,v 1.23 2005/12/21 14:43:58 espie Exp $ COMMENT= "character set conversion library" DISTNAME= libiconv-1.9.2 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= converters devel MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/} @@ -28,6 +28,8 @@ CONFIGURE_ARGS+= --enable-static \ --disable-nls \ --mandir=${PREFIX}/man +USE_LIBTOOL=Yes + .include .if ${NO_SHARED_LIBS:L} == "no"