summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-15 09:11:58 +0000
committerxtraeme <xtraeme>2004-01-15 09:11:58 +0000
commit3eaa1ac3b4b786517ef5150901b0219cf9b93f06 (patch)
tree20edc41fbce871a81e13169ec6364963ec6dfe01 /textproc/p5-XML-LibXML
parent4458654e92442e9d6ad54c2892a7ee885b352487 (diff)
downloadpkgsrc-3eaa1ac3b4b786517ef5150901b0219cf9b93f06.tar.gz
Make this build with libxml-2.6.x
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r--textproc/p5-XML-LibXML/distinfo3
-rw-r--r--textproc/p5-XML-LibXML/patches/patch-aa24
2 files changed, 26 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo
index cf7440116af..dac1edef101 100644
--- a/textproc/p5-XML-LibXML/distinfo
+++ b/textproc/p5-XML-LibXML/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/10/05 11:55:53 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/01/15 09:11:58 xtraeme Exp $
SHA1 (XML-LibXML-1.56.tar.gz) = c0f76dfc444cd792a59bdcc4f0fba0e8dfa6d373
Size (XML-LibXML-1.56.tar.gz) = 165047 bytes
+SHA1 (patch-aa) = c54db48ed0ec3dba5b1ab8ef6678f3f78b7f586a
diff --git a/textproc/p5-XML-LibXML/patches/patch-aa b/textproc/p5-XML-LibXML/patches/patch-aa
new file mode 100644
index 00000000000..a7a679c06ca
--- /dev/null
+++ b/textproc/p5-XML-LibXML/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.3 2004/01/15 09:11:58 xtraeme Exp $
+
+--- LibXML.xs.orig 2004-01-15 10:09:53.000000000 +0100
++++ LibXML.xs 2004-01-15 10:10:17.000000000 +0100
+@@ -70,13 +70,13 @@
+ extern int xmlSubstituteEntitiesDefaultVal;
+ #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
+ #else
+-LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
++LIBXML_DLL_IMPORT int xmlDoValidityCheckingDefaultValue;
++LIBXML_DLL_IMPORT int xmlSubstituteEntitiesDefaultValue;
+ #endif
+-LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
+-LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
++LIBXML_DLL_IMPORT int xmlGetWarningsDefaultValue;
++LIBXML_DLL_IMPORT int xmlKeepBlanksDefaultValue;
++LIBXML_DLL_IMPORT int xmlLoadExtDtdDefaultValue;
++LIBXML_DLL_IMPORT int xmlPedanticParserDefaultValue;
+
+ #define TEST_PERL_FLAG(flag) \
+ SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0