From 2c59a096e4b7ce143624eacd9f3ab8de9c1f7021 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Thu, 3 Jul 2008 19:14:27 +0200
Subject: [PATCH] Don't use SSL over svn

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

diff --git a/build.sh b/build.sh
index b319890..33ad5aa 100755
--- a/build.sh
+++ b/build.sh
@@ -145,7 +145,7 @@ prepare_generic()
 		svn update >> $LOGFILE  2>&1 || failure
 	else
 		echo "Retrieving OGLFT (this may take a while)..." | tee -a $LOGFILE
-		svn checkout https://oglft.svn.sourceforge.net/svnroot/oglft/trunk . >> $LOGFILE 2>&1 || failure
+		svn checkout http://oglft.svn.sourceforge.net/svnroot/oglft/trunk . >> $LOGFILE 2>&1 || failure
 	fi
 	
 	cd $ROOT/3rdparty/boinc || failure
-- 
GitLab