summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deskutils/mrproject/files/patch-ltmain.sh14
-rw-r--r--deskutils/planner/files/patch-ltmain.sh14
-rw-r--r--devel/glade/files/patch-ltmain.sh14
-rw-r--r--devel/glade2/files/patch-ltmain.sh14
-rw-r--r--devel/gnome-vfs/files/patch-ltmain.sh14
-rw-r--r--devel/gnome-vfs1/files/patch-ltmain.sh14
-rw-r--r--devel/gnomevfs/files/patch-ltmain.sh14
-rw-r--r--devel/gnomevfs2/files/patch-ltmain.sh14
-rw-r--r--devel/libgtop/files/patch-ltmain.sh14
-rw-r--r--devel/libgtop2/files/patch-ltmain.sh14
-rw-r--r--print/gnome-print/files/patch-ltmain.sh14
-rw-r--r--print/gnomeprint/files/patch-ltmain.sh14
-rw-r--r--print/libgnomeprint/files/patch-ltmain.sh14
-rw-r--r--x11-toolkits/panel--/files/patch-ltmain.sh14
-rw-r--r--x11/gnomecore/files/patch-ltmain.sh14
15 files changed, 120 insertions, 90 deletions
diff --git a/deskutils/mrproject/files/patch-ltmain.sh b/deskutils/mrproject/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/deskutils/mrproject/files/patch-ltmain.sh
+++ b/deskutils/mrproject/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/deskutils/planner/files/patch-ltmain.sh b/deskutils/planner/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/deskutils/planner/files/patch-ltmain.sh
+++ b/deskutils/planner/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/glade/files/patch-ltmain.sh b/devel/glade/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/glade/files/patch-ltmain.sh
+++ b/devel/glade/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/glade2/files/patch-ltmain.sh b/devel/glade2/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/glade2/files/patch-ltmain.sh
+++ b/devel/glade2/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/gnome-vfs/files/patch-ltmain.sh b/devel/gnome-vfs/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/gnome-vfs/files/patch-ltmain.sh
+++ b/devel/gnome-vfs/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/gnome-vfs1/files/patch-ltmain.sh b/devel/gnome-vfs1/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/gnome-vfs1/files/patch-ltmain.sh
+++ b/devel/gnome-vfs1/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/gnomevfs/files/patch-ltmain.sh b/devel/gnomevfs/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/gnomevfs/files/patch-ltmain.sh
+++ b/devel/gnomevfs/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/gnomevfs2/files/patch-ltmain.sh b/devel/gnomevfs2/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/gnomevfs2/files/patch-ltmain.sh
+++ b/devel/gnomevfs2/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/libgtop/files/patch-ltmain.sh b/devel/libgtop/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/libgtop/files/patch-ltmain.sh
+++ b/devel/libgtop/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/libgtop2/files/patch-ltmain.sh b/devel/libgtop2/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/devel/libgtop2/files/patch-ltmain.sh
+++ b/devel/libgtop2/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/print/gnome-print/files/patch-ltmain.sh b/print/gnome-print/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/print/gnome-print/files/patch-ltmain.sh
+++ b/print/gnome-print/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/print/gnomeprint/files/patch-ltmain.sh b/print/gnomeprint/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/print/gnomeprint/files/patch-ltmain.sh
+++ b/print/gnomeprint/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/print/libgnomeprint/files/patch-ltmain.sh b/print/libgnomeprint/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/print/libgnomeprint/files/patch-ltmain.sh
+++ b/print/libgnomeprint/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/x11-toolkits/panel--/files/patch-ltmain.sh b/x11-toolkits/panel--/files/patch-ltmain.sh
index 910ec5c..91713d2 100644
--- a/x11-toolkits/panel--/files/patch-ltmain.sh
+++ b/x11-toolkits/panel--/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- scripts/ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ scripts/ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/x11/gnomecore/files/patch-ltmain.sh b/x11/gnomecore/files/patch-ltmain.sh
index 13a95af..91713d2 100644
--- a/x11/gnomecore/files/patch-ltmain.sh
+++ b/x11/gnomecore/files/patch-ltmain.sh
@@ -1,13 +1,15 @@
$FreeBSD$
---- ltmain.sh.orig Sat Jan 26 02:53:27 2002
-+++ ltmain.sh Tue Jan 29 09:13:29 2002
-@@ -1037,8 +1037,14 @@
+--- 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
+ ;;
@@ -18,7 +20,7 @@ $FreeBSD$
continue
;;
-@@ -2416,6 +2422,9 @@
+@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@@ -27,8 +29,8 @@ $FreeBSD$
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4183,10 +4192,12 @@
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
OpenPOWER on IntegriCloud