[vlc-devel] commit: ensure compatibility with future versions of Darwin ( Felix Kühne )

git version control git at videolan.org
Sat Oct 4 14:38:52 CEST 2008


vlc | branch: master | Felix Kühne <fpk at felix-kuhnes-macbook.local> | Sat Oct  4 14:38:42 2008 +0200| [ee86562ca7b36e1b89a1a00977b7f6ffc82f469b] | committer: Felix Kühne 

ensure compatibility with future versions of Darwin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee86562ca7b36e1b89a1a00977b7f6ffc82f469b
---

 extras/contrib/bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 913add9..777cc7a 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -179,7 +179,7 @@ case $HOST in
             exit 1
         fi
     ;;
-    i686-apple-darwin10d1)
+    i686-apple-darwin10)
         SDK_TARGET=10.6
         echo "SDK_TARGET = ${SDK_TARGET}" >> config.mak
         echo "HAVE_DARWIN_OS_ON_INTEL = 1" >> config.mak




More information about the vlc-devel mailing list