[vlc-commits] contrib: sparkle: patch project config to force arch with xcode 3
Rafaël Carré
git at videolan.org
Thu Dec 1 19:47:01 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 1 13:46:25 2011 -0500| [a8de19cd04085a2f0c5b948c0da5caa69350b49c] | committer: Rafaël Carré
contrib: sparkle: patch project config to force arch with xcode 3
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8de19cd04085a2f0c5b948c0da5caa69350b49c
---
contrib/src/sparkle/rules.mak | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/contrib/src/sparkle/rules.mak b/contrib/src/sparkle/rules.mak
index f9bbef6..34310ac 100644
--- a/contrib/src/sparkle/rules.mak
+++ b/contrib/src/sparkle/rules.mak
@@ -16,6 +16,7 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
$(RM) -R $@ && mkdir -p $@ && cd $@ && unzip ../$<
cd $@/Extras/Source\ Code/Configurations && \
sed -i.orig -e s/"GCC_TREAT_WARNINGS_AS_ERRORS = YES"/"GCC_TREAT_WARNINGS_AS_ERRORS = NO"/g \
+ -e s/"ARCHS = .*"/"ARCHS = $(ARCH)"/ \
ConfigCommonRelease.xcconfig && \
sed -i.orig -e s/10\.4/$(OSX_VERSION)/g -e s/10\.5/$(OSX_VERSION)/g ConfigCommon.xcconfig
touch $@
More information about the vlc-commits
mailing list