summaryrefslogtreecommitdiff
path: root/lib/libXext/ltmain.sh
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-05-10 20:06:55 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-05-10 20:06:55 +0000
commitd4244f9d8f4ebf58eaecc51a08b937a835f6cf86 (patch)
tree20ffde8fcb77370e468898e287a39633c7664bcd /lib/libXext/ltmain.sh
parent27d4c020095abc1fd45c14cf531debcd97ead7bd (diff)
Update to libXext 1.1.1. Tested on a ports bulk build by naddy@.
Diffstat (limited to 'lib/libXext/ltmain.sh')
-rw-r--r--lib/libXext/ltmain.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libXext/ltmain.sh b/lib/libXext/ltmain.sh
index 248cd4047..fccf69e28 100644
--- a/lib/libXext/ltmain.sh
+++ b/lib/libXext/ltmain.sh
@@ -2127,17 +2127,6 @@ EOF
;;
esac
for pass in $passes; do
- # The preopen pass in lib mode reverses $deplibs; put it back here
- # so that -L comes before libs that need it for instance...
- if test "$linkmode,$pass" = "lib,link"; then
- ## FIXME: Find the place where the list is rebuilt in the wrong
- ## order, and fix it there properly
- tmp_deplibs=
- for deplib in $deplibs; do
- tmp_deplibs="$deplib $tmp_deplibs"
- done
- deplibs="$tmp_deplibs"
- fi
if test "$linkmode,$pass" = "lib,link" ||
test "$linkmode,$pass" = "prog,scan"; then
libs="$deplibs"