ports/ftp/lftp/files/patch-build-aux-ltmain.sh
Ganael LAPLANCHE 167722741a - Update to 4.4.13
- Update MASTER_SITES

PR:		ports/184548
Submitted by:	olgeni
2013-12-10 11:52:44 +00:00

15 lines
460 B
Bash

--- build-aux/ltmain.sh.orig
+++ build-aux/ltmain.sh
@@ -4230,12 +4230,6 @@
func_execute_cmds "$postinstall_cmds" 'exit $?'
fi
- # Install the pseudo-library for information purposes.
- func_basename "$file"
- name=$func_basename_result
- instname=$dir/${name}i
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-
# Maybe install the static library, too.
test -n "$old_library" && func_append staticlibs " $dir/$old_library"
;;