[vlc-devel] commit: contribs: fixed correct package selection for x86_64 on Darwin broken in [ c1bc979ea72d16d07515a214a4adce210896e467] ( Felix Paul Kühne )
git version control
git at videolan.org
Thu Sep 3 16:16:37 CEST 2009
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 3 01:51:48 2009 +0200| [c9ce6b329012bf3a36c5d1b100dacc109f49e218] | committer: Felix Paul Kühne
contribs: fixed correct package selection for x86_64 on Darwin broken in [c1bc979ea72d16d07515a214a4adce210896e467]
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9ce6b329012bf3a36c5d1b100dacc109f49e218
---
extras/contrib/bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 4a748b7..040465d 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -194,7 +194,7 @@ case $HOST in
RANLIB="ranlib"
AR="ar"
STRIP="strip"
- DISTRO=darwin
+ DISTRO=darwin64
if test -e /Developer/SDKs; then
echo "SDKs found. Everything is fine." >&2
else
More information about the vlc-devel
mailing list