diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-12-28 21:10:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-12-28 21:10:04 +0000 |
commit | f0c6ef71bbc5e3a57153a50b207bd4e43786aa2b (patch) | |
tree | 72cfcb9d4399ba4935b321b6544d6014f09a9bab /textproc/libxslt/files/patch-python::Makefile.in | |
parent | - Update to 2.4.11. (diff) |
- Update to 1.1.28. [1]
- Add LICENSE. [1]
- Convert to OPTIONSng. [2]
- Update the header. [2]
PR: ports/174643 [1]
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
kwm@ [2]
Notes
Notes:
svn path=/head/; revision=309586
Diffstat (limited to 'textproc/libxslt/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxslt/files/patch-python::Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in index f30b906feb64..dbd7d8e76bcd 100644 --- a/textproc/libxslt/files/patch-python::Makefile.in +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -1,17 +1,17 @@ ---- python/Makefile.in.orig 2008-05-23 23:03:51.000000000 -0500 -+++ python/Makefile.in 2008-05-23 23:09:55.000000000 -0500 -@@ -258,7 +258,7 @@ - -I$(top_srcdir) \ +--- 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 = \ -@@ -273,8 +273,8 @@ +@@ -359,8 +359,8 @@ - libxsltmod_la_LDFLAGS = -module -avoid-version + 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 @@ -19,4 +19,4 @@ +@WITH_PYTHON_TRUE@ -lexslt @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxsltmod.la - @WITH_PYTHON_TRUE@libxsltmod_la_SOURCES = libxslt.c types.c libxslt-py.c + @WITH_PYTHON_TRUE@libxsltmod_la_SOURCES = libxslt.c types.c |