diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-23 01:51:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-23 01:51:55 +0800 |
commit | 9a5913e4bb2544726ad0d18d22199de8a87581f9 (patch) | |
tree | 45aed4ce93e8cdc1dd2d800c62dfe82ec0efde2c /textproc/libxslt/files/patch-python::Makefile.in | |
parent | 8a468eb6dc8463714acdc54213882b9f0047d0dd (diff) | |
download | marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.tar marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.tar.gz marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.tar.bz2 marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.tar.lz marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.tar.xz marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.tar.zst marcuscom-ports-9a5913e4bb2544726ad0d18d22199de8a87581f9.zip |
Update to 1.1.27.
Convert to OptionsNG, Update header.
This was put in MC because ports is in slush.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17137 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libxslt/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxslt/files/patch-python::Makefile.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in new file mode 100644 index 000000000..dbd7d8e76 --- /dev/null +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -0,0 +1,22 @@ +--- python/Makefile.in.orig 2012-10-22 16:16:50.000000000 +0000 ++++ python/Makefile.in 2012-10-22 16:17:40.000000000 +0000 +@@ -344,7 +344,7 @@ + -I../libexslt + + AM_CFLAGS = $(LIBXML_CFLAGS) +-DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION) ++DOCS_DIR = $(datadir)/doc/py-libxslt + # libxsltclass.txt is generated + DOCS = TODO + EXTRA_DIST = \ +@@ -359,8 +359,8 @@ + + libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version + @WITH_PYTHON_TRUE@mylibs = \ +-@WITH_PYTHON_TRUE@ $(top_builddir)/libxslt/libxslt.la \ +-@WITH_PYTHON_TRUE@ $(top_builddir)/libexslt/libexslt.la ++@WITH_PYTHON_TRUE@ -lxslt \ ++@WITH_PYTHON_TRUE@ -lexslt + + @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxsltmod.la + @WITH_PYTHON_TRUE@libxsltmod_la_SOURCES = libxslt.c types.c |