|
@@ -145,7 +145,10 @@ cd ..
|
|
fi
|
|
fi
|
|
if ! [ -e GDrive ]; then
|
|
if ! [ -e GDrive ]; then
|
|
svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/Source GDrive
|
|
svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/Source GDrive
|
|
-cd GDrive && patch -p0 < ../../patches/gdrive/upgrade-default-target.patch && cd ..
|
|
|
|
|
|
+cd GDrive
|
|
|
|
+patch -p0 < ../../patches/gdrive/upgrade-default-target.patch
|
|
|
|
+patch -p0 < ../../patches/gdrive/gtl-werror.patch
|
|
|
|
+cd ..
|
|
cd GDrive/HTTPFetcher && patch -p0 < ../../../patches/gdrive/httpfetcher-compilation-fix.diff && cd ../..
|
|
cd GDrive/HTTPFetcher && patch -p0 < ../../../patches/gdrive/httpfetcher-compilation-fix.diff && cd ../..
|
|
else
|
|
else
|
|
cd GDrive && svn up && cd ..
|
|
cd GDrive && svn up && cd ..
|