summaryrefslogtreecommitdiff
path: root/finance/gnucash-docs/patches
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-06 21:46:00 +0000
committerjdolecek <jdolecek>2004-11-06 21:46:00 +0000
commit866bc41ee0322a6064b14a78e839fd493551a80b (patch)
tree649f39bd33cef3ada64a186b286cea0f0c4fbd31 /finance/gnucash-docs/patches
parente5dead1777570d7f318e012b1d9dca01a14bc44f (diff)
downloadpkgsrc-866bc41ee0322a6064b14a78e839fd493551a80b.tar.gz
Add patches (from FreeBSD) which appear to be necessary to successfully
build this package with up-to-date libxml2/libxslt
Diffstat (limited to 'finance/gnucash-docs/patches')
-rw-r--r--finance/gnucash-docs/patches/patch-aa18
-rw-r--r--finance/gnucash-docs/patches/patch-ab20
2 files changed, 38 insertions, 0 deletions
diff --git a/finance/gnucash-docs/patches/patch-aa b/finance/gnucash-docs/patches/patch-aa
new file mode 100644
index 00000000000..e958ff0fce2
--- /dev/null
+++ b/finance/gnucash-docs/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2004/11/06 21:46:00 jdolecek Exp $
+
+--- xsl/general-customization.xsl.orig Sat Oct 16 20:19:30 2004
++++ xsl/general-customization.xsl Sat Oct 16 20:19:53 2004
+@@ -13,11 +13,11 @@
+ <!-- Including new title page stylesheets for customizing the placement
+ of tags in the title page. -->
+ <!-- This one is autogenerated from titlepage.xml -->
+-<xsl:include href="titlepage.xsl"/>
++<!--<xsl:include href="titlepage.xsl"/>-->
+
+ <!-- This one was edited by hand, to make titlepage a separate chunk
+ for book and aricle -->
+-<xsl:include href="titlepage2.xsl"/>
++<xsl:import href="titlepage2.xsl"/>
+
+ <!-- Make a separate titlepage and link it behind the main page. -->
+ <xsl:param name="generate.titlepage.link" select="1"/>
diff --git a/finance/gnucash-docs/patches/patch-ab b/finance/gnucash-docs/patches/patch-ab
new file mode 100644
index 00000000000..1e01b28abec
--- /dev/null
+++ b/finance/gnucash-docs/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2004/11/06 21:46:00 jdolecek Exp $
+
+--- xsl/titlepage2.xsl.orig Sat Oct 16 20:19:35 2004
++++ xsl/titlepage2.xsl Sat Oct 16 20:20:35 2004
+@@ -4,6 +4,8 @@
+ <!-- This is a customization layer, to change some of the things in
+ auto-generated titlepage.xsl -->
+
++ <xsl:import href="titlepage.xsl"/>
++
+ <xsl:template xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="book.titlepage">
+ <!-- Added to create a separate titlepage -->
+ <xsl:param name="next" select="."/>
+@@ -217,4 +219,4 @@
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:template>
+-</xsl:stylesheet>
+\ No newline at end of file
++</xsl:stylesheet>