aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-11-16 07:09:06 +0800
committerse <se@FreeBSD.org>2003-11-16 07:09:06 +0800
commit12c0ac2276ce243620d71b0893893bdf8855c56f (patch)
treea267afe22234b2f3eb85c1dc69415498ae82efd2 /textproc
parent110b2c7fbe7bc388cbb062c9c1c7b86e7d4f672b (diff)
downloadfreebsd-ports-gnome-12c0ac2276ce243620d71b0893893bdf8855c56f.tar.gz
freebsd-ports-gnome-12c0ac2276ce243620d71b0893893bdf8855c56f.tar.zst
freebsd-ports-gnome-12c0ac2276ce243620d71b0893893bdf8855c56f.zip
Unbreak: include libxml/parser.h before libxml/hash.h.
Diffstat (limited to 'textproc')
-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"