From 6dc6cfc744074f61b7afa8d23815a4c24e720d09 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 16 Jan 2002 17:23:59 +0000 Subject: [PATCH] Initial import into CVS. --- en/gnome/patches/patch-ltmain.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 en/gnome/patches/patch-ltmain.sh diff --git a/en/gnome/patches/patch-ltmain.sh b/en/gnome/patches/patch-ltmain.sh new file mode 100644 index 0000000000..2ac0527495 --- /dev/null +++ b/en/gnome/patches/patch-ltmain.sh @@ -0,0 +1,25 @@ +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"