diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-29 12:34:58 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-29 12:34:58 +0000 |
commit | afc1b513309044efa196e0c30ec6e5b5bfddb98d (patch) | |
tree | 8781d12ecf9d26915cec45fb698a46692e086314 /textproc/libxml2/files | |
parent | 832c6b40def6b858b891759b3899bbb54e6bf828 (diff) | |
download | FreeBSD-ports-afc1b513309044efa196e0c30ec6e5b5bfddb98d.zip FreeBSD-ports-afc1b513309044efa196e0c30ec6e5b5bfddb98d.tar.gz |
U[date to 2.4.19.
PR: 36343
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxml2/files')
-rw-r--r-- | textproc/libxml2/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 13 |
2 files changed, 26 insertions, 12 deletions
diff --git a/textproc/libxml2/files/patch-ltmain.sh b/textproc/libxml2/files/patch-ltmain.sh index 98cb05e..91713d2 100644 --- a/textproc/libxml2/files/patch-ltmain.sh +++ b/textproc/libxml2/files/patch-ltmain.sh @@ -1,9 +1,26 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ +--- ltmain.sh.orig Wed Jan 23 11:38:40 2002 ++++ ltmain.sh Sun Feb 3 01:44:17 2002 +@@ -1037,8 +1037,16 @@ + continue + ;; + ++ -pthread) ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2412,6 +2420,9 @@ *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; @@ -13,7 +30,7 @@ $FreeBSD$ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +@@ -4179,10 +4190,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in index 41bcf33..b5d35f2 100644 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- python/Makefile.in 2002/02/26 18:02:33 1.1 -+++ python/Makefile.in 2002/02/26 18:02:50 -@@ -139,7 +139,7 @@ +--- python/Makefile.in.orig Tue Mar 26 21:54:53 2002 ++++ python/Makefile.in Tue Mar 26 21:55:17 2002 +@@ -141,7 +141,7 @@ -I$(top_srcdir)/include -DOCS_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION) +DOCS_DIR = $(prefix)/share/doc/libxml2-python - DOCS = TODO libxml2class.txt + # libxml2class.txt is generated + DOCS = TODO - EXTRA_DIST = \ |