summaryrefslogtreecommitdiff
path: root/converters/wv2/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-11-18 10:20:00 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-11-18 10:20:00 +0000
commit5a0bf2260cc28d310d7a17e4c551526256da0f3a (patch)
tree9f2fddaa9313ead6e5471bb9a8ae69bf34ab00f4 /converters/wv2/Makefile
parent3615d5b64f3b9194bc9d81e16d2190224fa26ba8 (diff)
downloadpkgsrc-5a0bf2260cc28d310d7a17e4c551526256da0f3a.tar.gz
- Updated to 0.2.2. This release fixed compilation with gcc 3.4
- Added patch removing -pedantic and -ansi from CFLAGS and CXXFLAGS because, if these flags are set, use of type long long is treated as an error (long long is used).
Diffstat (limited to 'converters/wv2/Makefile')
-rw-r--r--converters/wv2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile
index ccde7adaa01..366f0095bfd 100644
--- a/converters/wv2/Makefile
+++ b/converters/wv2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:17 tv Exp $
+# $NetBSD: Makefile,v 1.9 2004/11/18 10:20:00 shannonjr Exp $
#
-DISTNAME= wv2-0.2.1
-PKGREVISION= 5
+DISTNAME= wv2-0.2.2
+#PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
EXTRACT_SUFX= .tar.bz2