diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-24 11:36:38 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-24 11:36:38 +0000 |
commit | 814d3c193f3088c9613b1e8bc96b47f468ed55f0 (patch) | |
tree | 226e589466c4e08219248258f948f8f87e7c6230 /converters/wv/Makefile | |
parent | 45516c416ffa2f669c587b7e2e5429b8d8d3d24b (diff) | |
download | pkgsrc-814d3c193f3088c9613b1e8bc96b47f468ed55f0.tar.gz |
Fix for Darwin8/gcc4 (PR 31888)
Change:
startElement() -> wvstartElement()
endElement() -> wvendElement()
to avoid conflict with non-static prototype
(the same fix was applied upstream)
Diffstat (limited to 'converters/wv/Makefile')
-rw-r--r-- | converters/wv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 7224c5d40ac..045b1764abb 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2005/08/10 20:56:13 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2005/10/24 11:36:38 tonio Exp $ DISTNAME= wv-1.0.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} |