Index: win32-packager.pl
===================================================================
--- win32-packager.pl	(revision 21446)
+++ win32-packager.pl	(working copy)
@@ -709,7 +709,8 @@
 push @{$expect}, 
 [ archive => $sources.'qt-win-opensource-4.5.1-mingw.exe',  
     fetch => 'ftp://ftp.qtsoftware.com/qt/source/'.
-             'qt-win-opensource-4.5.1-mingw.exe'],
+             'qt-win-opensource-4.5.1-mingw.exe',
+    comment => 'getting QT binaries , this will take a LONG time to download (165MB)' ],
 [ file => $qt4dir.'bin/QtCore4.dll', 
   exec => $dossources.'qt-win-opensource-4.5.1-mingw.exe',
   comment => 'Install Qt - use default options.  '.
@@ -951,7 +952,8 @@
   extract => $sources.'SDL-devel-1.2.13-mingw32.tar.gz' ],
 [ file    => $msys.'bin/SDL.dll', 
   shell   => ["cd $unixsources/SDL-1.2.13",
-              "make install-sdl prefix=/usr"],
+              "./configure --prefix=/usr",
+              "make install"],
   comment => 'building and installing: SDL' ],
 
 #  as at 26-12-2008 3.8.2 is latest stable. 
a