diff options
Diffstat (limited to 'www/neon/files/patch-ltmain.sh')
-rw-r--r-- | www/neon/files/patch-ltmain.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/neon/files/patch-ltmain.sh b/www/neon/files/patch-ltmain.sh index 91713d2306f8..4ded1d13e092 100644 --- a/www/neon/files/patch-ltmain.sh +++ b/www/neon/files/patch-ltmain.sh @@ -30,16 +30,3 @@ $FreeBSD$ *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,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" |