cvsdist 4456b17
--- kdelibs-3.1/admin/ltmain.sh.orig	2003-02-20 17:52:07.000000000 -0500
cvsdist 4456b17
+++ kdelibs-3.1/admin/ltmain.sh	2003-02-20 18:30:32.000000000 -0500
cvsdist 4456b17
@@ -4459,6 +4459,14 @@
cvsdist 4456b17
 	  case $host,$output,$installed,$module,$dlname in
cvsdist 4456b17
 	    *cygwin*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
cvsdist 4456b17
 	  esac
cvsdist 4456b17
+	  newdeplib=""
cvsdist 4456b17
+	  for j in $dependency_libs ; do
cvsdist 4456b17
+	    if echo $j | grep "gcc-lib" >& /dev/null ; then
cvsdist 4456b17
+	       continue
cvsdist 4456b17
+	    fi
cvsdist 4456b17
+	    newdeplib="$newdeplib $j"
cvsdist 4456b17
+	  done
cvsdist 4456b17
+	  dependency_libs="$newdeplib"
cvsdist 4456b17
 	  $echo > $output "\
cvsdist 4456b17
 # $outputname - a libtool library file
cvsdist 4456b17
 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP