Removed
Link Here
|
1 |
|
2 |
$FreeBSD: ports/devel/libglade/files/patch-ltmain.sh,v 1.4 2001/12/20 06:18:58 sobomax Exp $ |
3 |
|
4 |
--- ltmain.sh 2001/08/27 09:51:26 1.1 |
5 |
+++ ltmain.sh 2001/08/27 09:51:42 |
6 |
@@ -2408,6 +2408,9 @@ |
7 |
*-*-netbsd*) |
8 |
# Don't link with libc until the a.out ld.so is fixed. |
9 |
;; |
10 |
+ *-*-freebsd*) |
11 |
+ # FreeBSD doesn't need this... |
12 |
+ ;; |
13 |
*) |
14 |
# Add libc to deplibs on all other systems if necessary. |
15 |
if test "$build_libtool_need_lc" = "yes"; then |
16 |
@@ -4175,10 +4178,12 @@ |
17 |
fi |
18 |
|
19 |
# Install the pseudo-library for information purposes. |
20 |
+ if /usr/bin/false; then |
21 |
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` |
22 |
instname="$dir/$name"i |
23 |
$show "$install_prog $instname $destdir/$name" |
24 |
$run eval "$install_prog $instname $destdir/$name" || exit $? |
25 |
+ fi |
26 |
|
27 |
# Maybe install the static library, too. |
28 |
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |