summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-03-19 12:52:17 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-03-19 12:52:17 +0000
commit98f2846c64f258fc0202954479e8fa6fcc0194d2 (patch)
tree4f4eec062cd3fa309b1fd7222b0015e6cbb39acb /stlport
parenteeb0e4d17340bed24314f375222e4cfcbe744eca (diff)
this way dos lineends seem to be no problem for old version of cygwin patch
Diffstat (limited to 'stlport')
-rw-r--r--stlport/win32_custom.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/stlport/win32_custom.bat b/stlport/win32_custom.bat
index 3e645ca2bc92..83a430de7640 100644
--- a/stlport/win32_custom.bat
+++ b/stlport/win32_custom.bat
@@ -6,5 +6,6 @@ setlocal
cd %1
-type %2\dos_lineends.patch | patch -b -p2
+rem type %2\dos_lineends.patch | patch -b -p2
+patch -i %2\dos_lineends.patch -b -p2