diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2002-12-30 19:19:18 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2002-12-30 19:19:18 +0000 |
commit | 90d9e209c5d3445ebc542591f03ee4d42f9b8ff4 (patch) | |
tree | 7845647d5f81877445eb618ec27c8ce8502b0839 /graphics/dia/Makefile | |
parent | a5f3c38031e98f6ca1aae67d484bb6d908458c43 (diff) | |
download | pkgsrc-90d9e209c5d3445ebc542591f03ee4d42f9b8ff4.tar.gz |
Make dia fallback to UTF-8 if it doesn't understand our charset instead of
segfaulting -- from Jarkko Torppa. Closes pkg/19008.
Now that dia works again, remove the BROKEN tag from the Makefile.
Diffstat (limited to 'graphics/dia/Makefile')
-rw-r--r-- | graphics/dia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 9bb0a06d1a0..235cb4c98dd 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/12/01 13:49:38 salo Exp $ +# $NetBSD: Makefile,v 1.12 2002/12/30 19:19:18 jmcneill Exp $ DISTNAME= dia-0.90 # PKGREVISION= 1 @@ -21,8 +21,6 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-gnome -BROKEN= segfaults on start-up - .include "../../graphics/gdk-pixbuf/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" |