mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
20
text/libxml2/files/patch-python_Makefile.in
Normal file
20
text/libxml2/files/patch-python_Makefile.in
Normal file
@@ -0,0 +1,20 @@
|
||||
--- python/Makefile.in.orig 2013-11-24 08:47:04.000000000 +0100
|
||||
+++ python/Makefile.in 2013-11-24 08:51:02.000000000 +0100
|
||||
@@ -415,7 +415,7 @@
|
||||
|
||||
# Makefile for libxml2 python library
|
||||
AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
-SUBDIRS = . tests
|
||||
+SUBDIRS = .
|
||||
docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
|
||||
dist_docs_DATA = TODO
|
||||
EXTRA_DIST = \
|
||||
@@ -435,7 +435,7 @@
|
||||
@WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la
|
||||
@WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c
|
||||
@WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \
|
||||
-@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
|
||||
+@WITH_PYTHON_TRUE@ -lxml2 $(CYGWIN_EXTRA_PYTHON_LIBADD) $(WIN32_EXTRA_PYTHON_LIBADD) $(PYTHON_LIBS)
|
||||
|
||||
@WITH_PYTHON_TRUE@BUILT_SOURCES = libxml2-export.c libxml2-py.h libxml2-py.c
|
||||
@WITH_PYTHON_TRUE@dist_python_DATA = \
|
||||
Reference in New Issue
Block a user