freebsd-ports/lang/ferite/files/patch-ltmain.sh
FUJISHIMA Satsuki d49de8a9ae o update to 0.99.4.
o change maintainer's e-mail address.

PR:		33748
Submitted by:	maintainer
2002-01-19 05:02:32 +00:00

36 lines
927 B
Bash

$FreeBSD$
--- ltmain.sh.orig Wed Jan 9 08:46:56 2002
+++ ltmain.sh Wed Jan 9 12:09:50 2002
@@ -958,6 +958,7 @@
;;
-avoid-version)
+ build_old_libs=no
avoid_version=yes
continue
;;
@@ -2462,6 +2463,9 @@
*-*-openbsd* | *-*-freebsd*)
# Do not include libc due to us having libc/libc_r.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test $build_libtool_need_lc = "yes"; then
@@ -4247,10 +4251,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"