From f59b2e063c5ccb7e154f28005fd0c5e12637cf73 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 13 Jan 2005 01:31:53 +0000 Subject: Fix the icewm* packages on NetBSD >= 2.0 (with native iconv(3)), the problem was that the prototype used by this was not matching the NetBSD one, which uses ``const char **'' as its second argument, when libiconv and POSIX uses ``char **''. This closes PR pkg/28693. Bumped PKGREVISION to all icewm* pkgs for the bulk builds. --- wm/icewm-imlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/icewm-imlib') diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile index 53a67337fa9..6e06062091e 100644 --- a/wm/icewm-imlib/Makefile +++ b/wm/icewm-imlib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/12/28 23:18:17 reed Exp $ +# $NetBSD: Makefile,v 1.15 2005/01/13 01:31:53 xtraeme Exp $ PKGNAME= ${DISTNAME:S/-/-imlib-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Small, fast and light-weight window manager (imlib version) CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]* -- cgit v1.2.3