summaryrefslogtreecommitdiff
path: root/driver/xf86-video-cirrus/ltmain.sh
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-22 16:01:57 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-22 16:01:57 +0000
commit62804e7d0223e3d2ee861237b4cc53d404dabae6 (patch)
tree295d421a3752ea122129b55191e6988aeac7938f /driver/xf86-video-cirrus/ltmain.sh
parent466319a7bb300b639699a52453384f977d93128a (diff)
Update to xf86-video-cirrus 1.3.2
Diffstat (limited to 'driver/xf86-video-cirrus/ltmain.sh')
-rw-r--r--driver/xf86-video-cirrus/ltmain.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/driver/xf86-video-cirrus/ltmain.sh b/driver/xf86-video-cirrus/ltmain.sh
index 248cd4047..fccf69e28 100644
--- a/driver/xf86-video-cirrus/ltmain.sh
+++ b/driver/xf86-video-cirrus/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"