summaryrefslogtreecommitdiff
path: root/stlport/win32_custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stlport/win32_custom.sh')
-rwxr-xr-xstlport/win32_custom.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/stlport/win32_custom.sh b/stlport/win32_custom.sh
new file mode 100755
index 000000000000..5c125481b0a7
--- /dev/null
+++ b/stlport/win32_custom.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+#rem parameters in order of their apearance:
+#rem - path to unpacked tarball
+#rem - relative path back to module root
+
+cd $1
+
+patch -i $2/dos_lineends.patch -b -p2
+