diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:16:35 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:16:35 +0000 |
| commit | 34002f9b42a7dd458f2f8af570ccf90ae0355df5 (patch) | |
| tree | d828e91487991c4b1010bbe3275e2945fb33655a /textproc/wv/files/patch-ltmain.sh | |
| parent | fix pkg-plist (diff) | |
upgrade to 0.7.0
PR: 32628
Submitted by: Ports Fury
Diffstat (limited to '')
| -rw-r--r-- | textproc/wv/files/patch-ltmain.sh | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/textproc/wv/files/patch-ltmain.sh b/textproc/wv/files/patch-ltmain.sh new file mode 100644 index 000000000000..7338488694a9 --- /dev/null +++ b/textproc/wv/files/patch-ltmain.sh @@ -0,0 +1,33 @@ +--- ltmain.sh.orig Wed Sep 26 23:26:27 2001 ++++ ltmain.sh Sat Nov 17 08:35:28 2001 +@@ -1043,7 +1043,7 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; +@@ -2441,7 +2441,7 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *) +@@ -4210,10 +4210,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" |
