summaryrefslogtreecommitdiff
path: root/graphics/djvulibre/files/patch-config_ltmain.sh
blob: db247645038a32d45a21f931d5216fefa59a0939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- config/ltmain.sh.orig	2010-11-19 01:46:29.000000000 -0800
+++ config/ltmain.sh	2010-11-19 01:46:38.000000000 -0800
@@ -2076,14 +2076,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" && staticlibs="$staticlibs $dir/$old_library"
 	;;
 
       *.lo)