diff -r d5a681e1cbad -r fa4856f209c2 stlport/stlport.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stlport/stlport.patch Thu Jan 08 01:13:59 2009 +0100 @@ -0,0 +1,28 @@ +Index: build/Makefiles/gmake/targetdirs.mak +--- build/Makefiles/gmake/targetdirs.mak.orig 2009-01-07 23:43:14.257973250 +0100 ++++ build/Makefiles/gmake/targetdirs.mak 2009-01-07 23:43:20.537852206 +0100 +@@ -80,10 +80,7 @@ + + define createdirs + @for d in $@ ; do \ +- if [ -e $$d -a -f $$d ] ; then \ +- echo "ERROR: Regular file $$d present, directory instead expected" ; \ +- exit 1; \ +- elif [ ! -d $$d ] ; then \ ++ if [ ! -d $$d ] ; then \ + mkdir -p $$d ; \ + fi ; \ + done +Index: stlport/stl/config/host.h +--- stlport/stl/config/host.h.orig 2009-01-07 23:44:43.751377659 +0100 ++++ stlport/stl/config/host.h 2009-01-07 23:44:20.070524718 +0100 +@@ -316,9 +316,7 @@ + /* + #define __SunOS_5_9 + */ +-/* + #define __SunOS_5_10 +- */ + #endif + + #if defined(__sun)