From c4a9b57d7fe027fbe9bcc31d32fb12e590f12c8c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Feb 2015 14:40:12 -0600 Subject: another libxml2 python fuckup --- package/libxml2/patches/patch-Makefile_am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/libxml2/patches/patch-Makefile_am (limited to 'package/libxml2/patches/patch-Makefile_am') 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 + -- cgit v1.2.3