diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-13 01:31:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-13 01:31:53 +0000 |
commit | fc086aad578fe05c8e3fe22749cd4b8469bc05e7 (patch) | |
tree | f5334a9f6f27c61a64d97a68a74b3c647814d5d7 /wm/icewm-imlib | |
parent | d6fa4e991d9905edaf9100d1dc17850ad796116b (diff) | |
download | pkgsrc-fc086aad578fe05c8e3fe22749cd4b8469bc05e7.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-imlib')
-rw-r--r-- | wm/icewm-imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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]* |