diff options
Diffstat (limited to 'devel/stlport/files/patch-mkinstalldirs')
-rw-r--r-- | devel/stlport/files/patch-mkinstalldirs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/stlport/files/patch-mkinstalldirs b/devel/stlport/files/patch-mkinstalldirs deleted file mode 100644 index 61a7fb9..0000000 --- a/devel/stlport/files/patch-mkinstalldirs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mkinstalldirs.orig Thu Dec 7 19:54:47 2000 -+++ src/mkinstalldirs Fri Oct 5 01:03:31 2001 -@@ -19,7 +19,7 @@ - esac - - if test ! -d "$pathcomp"; then -- echo "mkdir $pathcomp" 1>&2 -+# echo "mkdir $pathcomp" 1>&2 - mkdir "$pathcomp" || errstatus=$? - fi - |