pkgsrc/graphics/dia/patches/patch-cc
drochner 03f47e76fe update to 0.97
changes:
-High quality cross-platform print and pdf output by use of cairo
-Rotated text, but only with the new "Standard - Ouline" object
-Object properties dialog finally does handle multiple objects
-Improved text edit mode for consistent handling of the Delete key
-A new integrated user interface mode with diagrams in tabs
-Almost 200 bugs and feature requests resolved

pkgsrc note: the printing problem mentioned in TODO is resolved
 (some outdated nonsense in options.mk disabled use of "cairo")
2009-12-09 10:22:04 +00:00

13 lines
595 B
Text

$NetBSD: patch-cc,v 1.2 2009/12/09 10:22:04 drochner Exp $
--- doc/pl/Makefile.in.orig 2009-05-03 20:12:41.000000000 +0200
+++ doc/pl/Makefile.in
@@ -326,7 +326,7 @@ DOCUMENT_ENCODING = ISO-8859-2
ENCODING = utf8
UNICODE = 1
LATEX_CLASS_OPTIONS = -P 'latex.class.options=oneside' -P 'latex.babel.use=0'
-@HAVE_GNOME_FALSE@helpdocdir = $(datadir)/$(docname)/help/$(lang)
+@HAVE_GNOME_FALSE@helpdocdir = $(datadir)/dia/help/$(lang)
# ********** Begin of section some packagers may need to modify **********
# This variable (helpdocdir) specifies where the documents should be installed.