Lines 1-5
Link Here
|
1 |
|
1 |
|
2 |
$FreeBSD: ports/www/neon/files/patch-ltmain.sh,v 1.2 2002/03/10 20:57:43 olgeni Exp $ |
2 |
$FreeBSD: ports/www/neon/files/patch-ltmain.sh,v 1.1 2002/03/02 19:46:12 olgeni Exp $ |
3 |
|
3 |
|
4 |
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002 |
4 |
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002 |
5 |
+++ ltmain.sh Sun Feb 3 01:44:17 2002 |
5 |
+++ ltmain.sh Sun Feb 3 01:44:17 2002 |
Lines 30-32
Link Here
|
30 |
*) |
30 |
*) |
31 |
# Add libc to deplibs on all other systems if necessary. |
31 |
# Add libc to deplibs on all other systems if necessary. |
32 |
if test "$build_libtool_need_lc" = "yes"; then |
32 |
if test "$build_libtool_need_lc" = "yes"; then |
|
|
33 |
@@ -4179,10 +4190,12 @@ |
34 |
fi |
35 |
|
36 |
# Install the pseudo-library for information purposes. |
37 |
+ if /usr/bin/false; then |
38 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
39 |
instname="$dir/$name"i |
40 |
$show "$install_prog $instname $destdir/$name" |
41 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
42 |
+ fi |
43 |
|
44 |
# Maybe install the static library, too. |
45 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |