c9f499c672
Submitted by Waldemar Brodkorb <wbx@openbsd.de>. A multilingual terminal emulator on X11. Some nice features are unicode support and pseudo transparency.
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
$OpenBSD: patch-mkf_script_ltmain_sh,v 1.1.1.1 2004/06/04 17:13:26 naddy Exp $
|
|
--- mkf/script/ltmain.sh.orig 2004-05-13 12:00:35.000000000 +0200
|
|
+++ mkf/script/ltmain.sh 2004-05-13 12:00:43.000000000 +0200
|
|
@@ -1758,7 +1758,7 @@ compiler."
|
|
|
|
if test "$installed" = no; then
|
|
notinst_deplibs="$notinst_deplibs $lib"
|
|
- need_relink=yes
|
|
+ need_relink=no
|
|
fi
|
|
|
|
if test -n "$old_archive_from_expsyms_cmds"; then
|