diff options
Diffstat (limited to 'www/neon/files/patch-ltmain.sh')
-rw-r--r-- | www/neon/files/patch-ltmain.sh | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/www/neon/files/patch-ltmain.sh b/www/neon/files/patch-ltmain.sh index 003c40b7a007..f44f68cc1521 100644 --- a/www/neon/files/patch-ltmain.sh +++ b/www/neon/files/patch-ltmain.sh @@ -1,27 +1,10 @@ ---- 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 - ;; - -@@ -4179,10 +4190,12 @@ +--- ltmain.sh.orig Wed Feb 7 15:52:17 2007 ++++ ltmain.sh Wed Feb 7 15:52:58 2007 +@@ -6038,10 +6038,12 @@ fi # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then ++ if /usr/bin/false ; then name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" |