diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-07-06 03:01:19 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-07-06 03:01:19 +0000 |
commit | ffb2455c8b68c23798826962a088b2984bdb17b1 (patch) | |
tree | afdf41b260127f89d35597e62e4a0604caf89fb7 /textproc/libxml2/files/patch-python::Makefile.in | |
parent | move ganttproject from misc/ to deskutils/ (diff) |
Remove Python bingdings here as they going to be reintroduced in
slave port.
Tested by: adamw, marcus
Notes
Notes:
svn path=/head/; revision=113025
Diffstat (limited to 'textproc/libxml2/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in index e7f8a271b16b..8ab00f6e42dd 100644 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -1,11 +1,32 @@ ---- python/Makefile.in.orig Thu Aug 14 22:06:11 2003 -+++ python/Makefile.in Thu Aug 14 22:06:39 2003 -@@ -161,7 +161,7 @@ +--- python/Makefile.in.orig Fri Jul 2 10:54:27 2004 ++++ python/Makefile.in Fri Jul 2 11:02:17 2004 +@@ -51,7 +51,7 @@ + am__installdirs = $(DESTDIR)$(pythondir) + pythonLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(python_LTLIBRARIES) +-@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = $(top_builddir)/libxml2.la ++@WITH_PYTHON_TRUE@am__DEPENDENCIES_1 = + @WITH_PYTHON_TRUE@libxml2mod_la_DEPENDENCIES = $(am__DEPENDENCIES_1) + am__libxml2mod_la_SOURCES_DIST = libxml.c types.c libxml2-py.c + @WITH_PYTHON_TRUE@am_libxml2mod_la_OBJECTS = libxml.lo types.lo \ +@@ -284,7 +284,7 @@ + -I$(PYTHON_INCLUDES) \ -I$(top_srcdir)/include - -DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) -+DOCS_DIR = $(datadir)/doc/libxml2-python ++DOCS_DIR = $(datadir)/doc/py-libxml2 # libxml2class.txt is generated - DOCS = TODO + DOCS = ${srcdir}/TODO + EXTRA_DIST = \ +@@ -299,9 +299,9 @@ + libxml2-python-api.xml \ + $(DOCS) + +-libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs ++libxml2mod_la_LDFLAGS = -module -avoid-version + @WITH_PYTHON_TRUE@mylibs = \ +-@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la ++@WITH_PYTHON_TRUE@ -lxml2 + @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la + @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c |