mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Merge pull request #343 from tgc-dk/master
Fix for xbmc-rbp-git to support new automake version
This commit is contained in:
commit
9ef0b91189
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue