diff options
Diffstat (limited to 'security/mhash/files/patch-libtool')
-rw-r--r-- | security/mhash/files/patch-libtool | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/mhash/files/patch-libtool b/security/mhash/files/patch-libtool new file mode 100644 index 000000000000..094e674c9f12 --- /dev/null +++ b/security/mhash/files/patch-libtool @@ -0,0 +1,16 @@ +--- libtool.orig Wed Feb 20 12:43:25 2002 ++++ libtool Wed Feb 20 12:43:37 2002 +@@ -3723,11 +3723,13 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + if test "$install_ltlibs" = yes; 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 + fi + + # Maybe install the static library, too. |