1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/stlport/stlport.patch Thu Jan 08 01:13:59 2009 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +Index: build/Makefiles/gmake/targetdirs.mak 1.5 +--- build/Makefiles/gmake/targetdirs.mak.orig 2009-01-07 23:43:14.257973250 +0100 1.6 ++++ build/Makefiles/gmake/targetdirs.mak 2009-01-07 23:43:20.537852206 +0100 1.7 +@@ -80,10 +80,7 @@ 1.8 + 1.9 + define createdirs 1.10 + @for d in $@ ; do \ 1.11 +- if [ -e $$d -a -f $$d ] ; then \ 1.12 +- echo "ERROR: Regular file $$d present, directory instead expected" ; \ 1.13 +- exit 1; \ 1.14 +- elif [ ! -d $$d ] ; then \ 1.15 ++ if [ ! -d $$d ] ; then \ 1.16 + mkdir -p $$d ; \ 1.17 + fi ; \ 1.18 + done 1.19 +Index: stlport/stl/config/host.h 1.20 +--- stlport/stl/config/host.h.orig 2009-01-07 23:44:43.751377659 +0100 1.21 ++++ stlport/stl/config/host.h 2009-01-07 23:44:20.070524718 +0100 1.22 +@@ -316,9 +316,7 @@ 1.23 + /* 1.24 + #define __SunOS_5_9 1.25 + */ 1.26 +-/* 1.27 + #define __SunOS_5_10 1.28 +- */ 1.29 + #endif 1.30 + 1.31 + #if defined(__sun)