From 377dc67fa9e603fe849e55f6729202c554f7b7eb Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 1 Feb 2002 11:24:03 +0000 Subject: Update to 0.35. --- print/gnomeprint/files/patch-ltmain.sh | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'print/gnomeprint/files/patch-ltmain.sh') diff --git a/print/gnomeprint/files/patch-ltmain.sh b/print/gnomeprint/files/patch-ltmain.sh index 98cb05e4ddb3..13a95afca583 100644 --- a/print/gnomeprint/files/patch-ltmain.sh +++ b/print/gnomeprint/files/patch-ltmain.sh @@ -1,9 +1,24 @@ $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 Sat Jan 26 02:53:27 2002 ++++ ltmain.sh Tue Jan 29 09:13:29 2002 +@@ -1037,8 +1037,14 @@ + continue + ;; + ++ -pthread) ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2416,6 +2422,9 @@ *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; @@ -12,8 +27,8 @@ $FreeBSD$ + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4183,10 +4192,12 @@ fi # Install the pseudo-library for information purposes. -- cgit v1.2.3