diff options
Diffstat (limited to 'finance/gnucash-devel/files/patch-ltmain.sh')
-rw-r--r-- | finance/gnucash-devel/files/patch-ltmain.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/finance/gnucash-devel/files/patch-ltmain.sh b/finance/gnucash-devel/files/patch-ltmain.sh index 1c2fba5d533f..64f959dd4d0a 100644 --- a/finance/gnucash-devel/files/patch-ltmain.sh +++ b/finance/gnucash-devel/files/patch-ltmain.sh @@ -27,16 +27,3 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4286,10 +4297,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" |