summaryrefslogtreecommitdiff
path: root/package/libxml2/patches/patch-Makefile_am
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-11 14:40:12 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-11 14:40:12 -0600
commitc4a9b57d7fe027fbe9bcc31d32fb12e590f12c8c (patch)
tree7d51d1970e7c8a9e32b1422fc27ec9edcacd8a0d /package/libxml2/patches/patch-Makefile_am
parenta6087b4263869fc5d36482cc4f58857338055e40 (diff)
another libxml2 python fuckup
Diffstat (limited to 'package/libxml2/patches/patch-Makefile_am')
-rw-r--r--package/libxml2/patches/patch-Makefile_am14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libxml2/patches/patch-Makefile_am b/package/libxml2/patches/patch-Makefile_am
new file mode 100644
index 000000000..f14a120d9
--- /dev/null
+++ b/package/libxml2/patches/patch-Makefile_am
@@ -0,0 +1,14 @@
+--- libxml2-2.9.2.orig/Makefile.am 2014-10-13 05:02:53.000000000 -0500
++++ libxml2-2.9.2/Makefile.am 2015-02-11 12:51:49.858163855 -0600
+@@ -2,9 +2,9 @@
+
+ ACLOCAL_AMFLAGS = -I m4
+
+-SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR)
++SUBDIRS = include . xstc $(PYTHON_SUBDIR)
+
+-DIST_SUBDIRS = include . doc example python xstc
++DIST_SUBDIRS = include . python xstc
+
+ AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
+