diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-25 20:02:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-25 20:02:22 +0000 |
commit | 284d6d3f5b5a28855688a7b894a90915389d0571 (patch) | |
tree | 7f8143b705ead18c24c841b5a29e69ad09fbadf1 /lib/libXScrnSaver/ltmain.sh | |
parent | 516cfab1c7ee2c5ce40762fbbdb45903e457c4b2 (diff) |
Update to libXScrnSaver 1.2.0
Diffstat (limited to 'lib/libXScrnSaver/ltmain.sh')
-rw-r--r-- | lib/libXScrnSaver/ltmain.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libXScrnSaver/ltmain.sh b/lib/libXScrnSaver/ltmain.sh index 248cd4047..fccf69e28 100644 --- a/lib/libXScrnSaver/ltmain.sh +++ b/lib/libXScrnSaver/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" |