From 38b320f9373a948336dd81a2ad525a0b2297dfda Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Sun, 15 Mar 2009 17:10:33 +0100
Subject: [PATCH] Removing workaround (fixed upstream)

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 5ddb7e4..922eaca 100755
--- a/build.sh
+++ b/build.sh
@@ -188,7 +188,7 @@ prepare_win32()
 		cd .. || failure
 		echo "Retrieving MinGW build script (this may take a while)..." | tee -a $LOGFILE
 		# the date tag used is meant as a temporary workaround! Remove when GCC build issue got fixed upstream!
-		cvs -z3 -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw checkout -D "02/25/2009 12:00" -P xscripts >> $LOGFILE 2>&1 || failure
+		cvs -z3 -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw checkout -P xscripts >> $LOGFILE 2>&1 || failure
 	fi
 	
 	echo "Preparing MinGW build script..." | tee -a $LOGFILE
-- 
GitLab