From: Rafaël Carré Date: Thu, 24 Nov 2011 22:09:35 +0000 (-0500) Subject: contrib: bghudappkit: use a known to work git revision X-Git-Tag: 1.3.0-git~92 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5d20fde4699ea276af8d0669463ed5eb182dce9f;p=vlc contrib: bghudappkit: use a known to work git revision ibplugin was removed in current master --- diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak index 279a219c28..304796ddb4 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 $@