diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-11-09 20:25:32 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-11-09 20:25:32 +0000 |
| commit | 2c1c36f5b06d018c8df6ade3a1d72226bb4a1083 (patch) | |
| tree | 3e678bbc3ec3c0b5ae60a2662b60b6cd7207a0bc /net/radiusclient/files/patch-ltmain.sh | |
| parent | [fix] multimedia/mplayer: no bsdbt848 driver compiled in (diff) | |
Update to 0.5.2.
Diffstat (limited to '')
| -rw-r--r-- | net/radiusclient/files/patch-ltmain.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/radiusclient/files/patch-ltmain.sh b/net/radiusclient/files/patch-ltmain.sh new file mode 100644 index 000000000000..377bac137434 --- /dev/null +++ b/net/radiusclient/files/patch-ltmain.sh @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- ltmain.sh ++++ ltmain.sh +@@ -5553,8 +5553,8 @@ + # Install the pseudo-library for information purposes. + 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 $? ++# $show "$install_prog $instname $destdir/$name" ++# $run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |
