diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-10-06 09:20:19 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-10-06 09:20:19 +0800 |
commit | 28f455d449b10091c0696b369eee575a0b76be1e (patch) | |
tree | ef4f91e627228ca43454fe1316bc7a94bb98d92d /textproc/libxml2/files/patch-python::Makefile.in | |
parent | cf42439e7fc56bcbcf174a64c63cae88a7620df7 (diff) | |
download | marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.tar marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.tar.gz marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.tar.bz2 marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.tar.lz marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.tar.xz marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.tar.zst marcuscom-ports-28f455d449b10091c0696b369eee575a0b76be1e.zip |
Update to 2.7.2.
PR: ports/127661
Submitted by: bf <bf2006a@yahoo.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11664 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libxml2/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in new file mode 100644 index 000000000..37a01dce1 --- /dev/null +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -0,0 +1,20 @@ +--- python/Makefile.in.orig 2008-05-23 22:39:11.000000000 -0500 ++++ python/Makefile.in 2008-05-23 22:40:42.000000000 -0500 +@@ -322,7 +322,7 @@ + -I$(top_builddir)/include \ + -I$(top_builddir)/$(subdir) + +-docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) ++docsdir = $(datadir)/doc/py-libxml2 + # libxml2class.txt is generated + dist_docs_DATA = TODO + EXTRA_DIST = \ +@@ -335,7 +335,7 @@ + + libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_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 |