diff options
author | xtraeme <xtraeme> | 2005-01-13 01:31:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-01-13 01:31:53 +0000 |
commit | 0fd58d4048d67da22537f8d2d5c5881d6c5693ed (patch) | |
tree | f5334a9f6f27c61a64d97a68a74b3c647814d5d7 /wm/icewm-gnome | |
parent | 9ef9e69ccaf8b8cd288bfc0858844c8fa1ce4888 (diff) | |
download | pkgsrc-0fd58d4048d67da22537f8d2d5c5881d6c5693ed.tar.gz |
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.
Diffstat (limited to 'wm/icewm-gnome')
-rw-r--r-- | wm/icewm-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index 34f472a1211..b382e4b67de 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2004/12/28 23:18:17 reed Exp $ +# $NetBSD: Makefile,v 1.30 2005/01/13 01:31:53 xtraeme Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* icewm-imlib-[0-9]* |