[vlc-commits] contrib: bghudappkit: use a known to work git revision
Rafaël Carré
git at videolan.org
Thu Nov 24 23:10:09 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Nov 24 17:09:35 2011 -0500| [5d20fde4699ea276af8d0669463ed5eb182dce9f] | committer: Rafaël Carré
contrib: bghudappkit: use a known to work git revision
ibplugin was removed in current master
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d20fde4699ea276af8d0669463ed5eb182dce9f
---
contrib/src/bghudappkit/rules.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak
index 279a219..304796d 100644
--- a/contrib/src/bghudappkit/rules.mak
+++ b/contrib/src/bghudappkit/rules.mak
@@ -7,7 +7,7 @@ PKGS += bghudappkit
endif
$(TARBALLS)/bghudappkit-git.tar.xz:
- $(call download_git,$(BGHUDAPPKIT_GITURL))
+ $(call download_git,$(BGHUDAPPKIT_GITURL),,79a560d)
.sum-bghudappkit: bghudappkit-git.tar.xz
@@ -20,6 +20,6 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
$(MOVE)
.bghudappkit: bghudappkit
- cd $< && xcodebuild -arch $(ARCH)
+ cd $< && xcodebuild -arch $(ARCH) -sdk macosx$(OSX_VERSION)
cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)"
touch $@
More information about the vlc-commits
mailing list