aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bbconf/files/patch-admin::ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/bbconf/files/patch-admin::ltmain.sh')
-rw-r--r--x11-wm/bbconf/files/patch-admin::ltmain.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/bbconf/files/patch-admin::ltmain.sh b/x11-wm/bbconf/files/patch-admin::ltmain.sh
new file mode 100644
index 000000000000..0dcca4098027
--- /dev/null
+++ b/x11-wm/bbconf/files/patch-admin::ltmain.sh
@@ -0,0 +1,19 @@
+$FreeBSD$
+
+--- admin/ltmain.sh.orig Tue Oct 30 15:44:54 2001
++++ admin/ltmain.sh Tue Oct 30 15:44:57 2001
+@@ -4609,10 +4609,10 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
+- 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 $?
++ #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 $?
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"