aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-GDOME
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-11-15 23:09:06 +0000
committerStefan Eßer <se@FreeBSD.org>2003-11-15 23:09:06 +0000
commit2a671f2bcdc799c687c5c7eb06e5af802c4ee80f (patch)
tree16f1cb8748a7c786ea112d8b95d97b7d9ba4f5ae /textproc/p5-XML-GDOME
parentde00238ffbc44b9081659bae0d56b9c28fe483a6 (diff)
downloadports-2a671f2bcdc799c687c5c7eb06e5af802c4ee80f.tar.gz
ports-2a671f2bcdc799c687c5c7eb06e5af802c4ee80f.zip
Unbreak: include libxml/parser.h before libxml/hash.h.
Notes
Notes: svn path=/head/; revision=94063
Diffstat (limited to 'textproc/p5-XML-GDOME')
-rw-r--r--textproc/p5-XML-GDOME/files/patch-GDOME.xs10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-XML-GDOME/files/patch-GDOME.xs b/textproc/p5-XML-GDOME/files/patch-GDOME.xs
new file mode 100644
index 000000000000..f9b7934ab4f4
--- /dev/null
+++ b/textproc/p5-XML-GDOME/files/patch-GDOME.xs
@@ -0,0 +1,10 @@
+--- GDOME.xs~ Sat Nov 15 23:50:50 2003
++++ GDOME.xs Sun Sep 15 17:59:40 2002
+@@ -7,6 +7,7 @@
+ #include "perl.h"
+ #include "XSUB.h"
+
++#include <libxml/parser.h>
+ #include <libxml/hash.h>
+ #include <libxml/xmlerror.h>
+ #include "gdome.h"