summaryrefslogtreecommitdiff
path: root/graphics/libwmf/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2001-12-10 13:56:42 +0000
committertaca <taca@pkgsrc.org>2001-12-10 13:56:42 +0000
commit3de3618262fa49902567616a5507197c5e521b55 (patch)
treef25c65945f6d91605dbf24ef153a17a3f651000a /graphics/libwmf/Makefile
parent43068be68e39c17291e6f205027d1301eebe9ec5 (diff)
downloadpkgsrc-3de3618262fa49902567616a5507197c5e521b55.tar.gz
Update libwmf package to 0.2.2.
Changes from 0.2.1 are here: v. 0.2.2 * fix wmf2x arg detection bug (Bob Friesenhahn) * added --with-layers option (fjf) * de-necessitate GD, add libpng support (highly experimental); rename config.h* to wmfconfig.h*; libxml2 fix (fjf) * release builds: configure-time Darwin-detection & lt-patching; make magick device layer optional; rewrite xml2 detection (wv); make secondary IPA functions static (fjf) * change copyright on include/libwmf/magick.h * add paranoid check for xmlChar**attributes==NULL * add one of many missing consts (Bob Friesenhahn) * add check for vsnprintf in libdb (David C Sterratt) * add 'foreign' device layer for non-wmf stuff * x,gd: better placement of text * x,gd: beginnings of a ROP implementation * change gd-layer source file names to 'xgd' root * use X-layer style text drawing in gd-layer * yet more config updates (fun, fun, fun!) * update other config stuff to handle autoconf-2.52 * update config.sub/guess to libtool-1.4.1 * make building/inclusion of GD library optional (fjf) * acinclude fix (Tomasz K^3oczko) * up the version number (fjf)
Diffstat (limited to 'graphics/libwmf/Makefile')
-rw-r--r--graphics/libwmf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index a3835d7c588..75bd53ed94c 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2001/10/24 22:11:02 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2001/12/10 13:56:42 taca Exp $
#
-DISTNAME= libwmf-0.2.1
+DISTNAME= libwmf-0.2.2
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
@@ -11,6 +11,7 @@ COMMENT= library for reading and converting WMF (Windows Meta Files), version 2
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-magick
CONFIGURE_ARGS+= --includedir=${INCLUDEDIR}
CONFIGURE_ARGS+= --with-docdir=${HTMLDIR}
USE_X11= YES