From 5d20fde4699ea276af8d0669463ed5eb182dce9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 24 Nov 2011 17:09:35 -0500 Subject: [PATCH] contrib: bghudappkit: use a known to work git revision ibplugin was removed in current master --- contrib/src/bghudappkit/rules.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $@ -- 2.39.5