summaryrefslogtreecommitdiff
path: root/x11-toolkits/open-motif/files/patch-ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/open-motif/files/patch-ltmain.sh')
-rw-r--r--x11-toolkits/open-motif/files/patch-ltmain.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/open-motif/files/patch-ltmain.sh b/x11-toolkits/open-motif/files/patch-ltmain.sh
index 00ef12d96673..3370c4baf855 100644
--- a/x11-toolkits/open-motif/files/patch-ltmain.sh
+++ b/x11-toolkits/open-motif/files/patch-ltmain.sh
@@ -1,14 +1,14 @@
---- ltmain.sh.orig Wed Jan 23 10:32:07 2002
-+++ ltmain.sh Wed Sep 4 03:36:57 2002
-@@ -4365,10 +4365,12 @@
+--- ltmain.sh.orig 2009-12-02 18:09:01.000000000 +0300
++++ ltmain.sh 2011-01-16 00:51:04.000000000 +0300
+@@ -2077,10 +2077,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ func_basename "$file"
+ name="$func_basename_result"
instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
+ func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
+ fi
# Maybe install the static library, too.