[vlc-commits] contrib: sparkle: patch project config to force arch with xcode 3

Rafaël Carré git at videolan.org
Fri Dec 2 00:24:10 CET 2011


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec  1 13:46:25 2011 -0500| [bae9d1cc9f92b6c245504e17fa56ac2d0a2be2f4] | committer: Jean-Baptiste Kempf

contrib: sparkle: patch project config to force arch with xcode 3
(cherry picked from commit a8de19cd04085a2f0c5b948c0da5caa69350b49c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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