Merge pull request #343 from tgc-dk/master

Fix for xbmc-rbp-git to support new automake version
This commit is contained in:
Kevin Mihelich 2013-01-10 12:19:00 -08:00
commit 9ef0b91189

View file

@ -1,7 +1,7 @@
# Contributor tomasgroth at yahoo.dk
# Contributor WarheadsSE <max@warheads.net>
pkgname=xbmc-rbp-git
pkgver=20130107
pkgver=20130110
pkgrel=1
buildarch=16
@ -47,6 +47,9 @@ build() {
# Patch to fix TexturePacker build.
patch -i ${srcdir}/xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch -p1
# Change outdated macro use
find . -name 'configure*' | xargs grep -l M_CONFIG_HEADER | xargs sed -i -e 's/M_CONFIG_HEADER/AC_CONFIG_HEADERS/g'
# Bootstrapping XBMC
./bootstrap