diff options
author | drochner <drochner@pkgsrc.org> | 2001-08-07 11:16:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-08-07 11:16:55 +0000 |
commit | 3daf6f7011baf7a6d37c7de678b11700e993fc62 (patch) | |
tree | 1ba2eae1f7b30c3c2fa6c21a44c11bb9c543b1a0 /textproc/expat/Makefile | |
parent | 2fdbc194d5590f2aaf9c0208f2e0a80f546d78e1 (diff) | |
download | pkgsrc-3daf6f7011baf7a6d37c7de678b11700e993fc62.tar.gz |
update to 1.95.2
changes:
- Added compile-time constants that can be used to determine the
Expat version
- Removed a lot of GNU-specific dependencies to aide portability
among the various Unix flavors.
- Fix the UTF-8 BOM bug.
- Cleaned up warning messages for several compilers.
- Added the -Wall, -Wstrict-prototypes options for GCC.
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 92ea2b2d3f5..301270b1b8e 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/05/15 10:07:17 dillo Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/07 11:16:55 drochner Exp $ # -DISTNAME= expat-1.95.1 -PKGNAME= expat-1.95.1nb1 +DISTNAME= expat-1.95.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} @@ -13,6 +12,7 @@ COMMENT= XML parser library written in C GNU_CONFIGURE= YES USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig +USE_GMAKE= yes DOCDIR= ${PREFIX}/share/doc/html/expat |