diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-09-01 01:09:37 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-09-01 01:09:37 +0000 |
commit | 7b1c21fee0e3139bfb1fcc9ec00f1892c112be62 (patch) | |
tree | eea668e35f9c40720b59e94ceb216bb666f589fa /net/gaim/files/patch-ltmain.sh | |
parent | add sqmgrlog 3.0.1 (diff) |
Fix the libtool problem (thanks sobomax :-) and pkg-plist.
libtool fix submitted by: sobomax
Diffstat (limited to 'net/gaim/files/patch-ltmain.sh')
-rw-r--r-- | net/gaim/files/patch-ltmain.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/gaim/files/patch-ltmain.sh b/net/gaim/files/patch-ltmain.sh new file mode 100644 index 000000000000..293fce173a52 --- /dev/null +++ b/net/gaim/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/31 17:32:22 1.1 ++++ ltmain.sh 2001/08/31 17:32:44 +@@ -4673,10 +4673,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" |