[vlc-commits] contrib: growl: build with clang
Rafaël Carré
git at videolan.org
Fri Dec 2 00:24:06 CET 2011
vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Nov 30 01:31:02 2011 -0500| [b71e263557e9cd7dcd491baab7d949f1cbc3b1a0] | committer: Jean-Baptiste Kempf
contrib: growl: build with clang
(cherry picked from commit 4ca64b24cf43600320427c6d88ef7d6f36dac8d2)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=b71e263557e9cd7dcd491baab7d949f1cbc3b1a0
---
contrib/src/growl/rules.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/growl/rules.mak b/contrib/src/growl/rules.mak
index 2f41daf..77ca924 100644
--- a/contrib/src/growl/rules.mak
+++ b/contrib/src/growl/rules.mak
@@ -16,8 +16,8 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
$(UNPACK)
mv Growl-1.2.2-src $@
sed -i.orig -e s/"SDKROOT = macosx10.5"/"SDKROOT = macosx$(OSX_VERSION)"/g \
- -e s/"GCC_VERSION = 4.0"/"GCC_VERSION = 4.2"/g \
- -e s/com.apple.compilers.gcc.4_0/com.apple.compilers.gcc.4_2/g \
+ -e s/"GCC_VERSION = 4.0"/"GCC_VERSION = com.apple.compilers.llvm.clang.1_0"/g \
+ -e s/com.apple.compilers.gcc.4_0/com.apple.compilers.llvm.clang.1_0/g \
$@/Growl.xcodeproj/project.pbxproj
sed -i.orig -e s/"REVISION \$$REV"/"REVISION 0x\$$REV"/g $@/generateHgRevision.sh
touch $@
More information about the vlc-commits
mailing list