diff options
author | root <root@rshg054.dnsready.net> | 2013-01-29 03:19:59 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-29 03:19:59 -0800 |
commit | cb333f0d5d536b1436262e1b3e45647b22f136b0 (patch) | |
tree | c5a5e8adfc5af3068d5edd04ada32a6e5cf886db /libre/lirc-libre/PKGBUILD | |
parent | 2cb7f65fb24926493d457f6931e421e27aa629da (diff) |
Tue Jan 29 03:19:59 PST 2013
Diffstat (limited to 'libre/lirc-libre/PKGBUILD')
-rw-r--r-- | libre/lirc-libre/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/lirc-libre/PKGBUILD b/libre/lirc-libre/PKGBUILD index 7da492643..3210fad9f 100644 --- a/libre/lirc-libre/PKGBUILD +++ b/libre/lirc-libre/PKGBUILD @@ -6,7 +6,7 @@ _pkgbase=lirc pkgbase=lirc-libre pkgname=('lirc-libre' 'lirc-utils-libre') pkgver=0.9.0 -pkgrel=35.1 +pkgrel=36 epoch=1 _extramodules=extramodules-3.7-LIBRE arch=('i686' 'x86_64' 'mips64el') @@ -38,6 +38,8 @@ build() { -e 's/@X_LIBS@//g' \ -e 's/@X_PRE_LIBS@//g' \ -e 's/@X_EXTRA_LIBS@//g' -i Makefile.am tools/Makefile.am + # fix for new automake #33497 + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac libtoolize autoreconf |