]> git.sesse.net Git - vlc/commitdiff
contrib: bghudappkit: use a known to work git revision
authorRafaël Carré <funman@videolan.org>
Thu, 24 Nov 2011 22:09:35 +0000 (17:09 -0500)
committerRafaël Carré <funman@videolan.org>
Thu, 24 Nov 2011 22:09:35 +0000 (17:09 -0500)
ibplugin was removed in current master

contrib/src/bghudappkit/rules.mak

index 279a219c284d9eabb29aa4f80720a5f4ced65349..304796ddb4e5566c81c076dc9be161db3c70cb0c 100644 (file)
@@ -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 $@