diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-16 23:06:23 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-16 23:06:23 (GMT) |
commit | 7c4c17e34fbf3da4024656a99643b4062719513b (patch) | |
tree | d42ef7399f4ed03be92c3b55acb94111c54a5fea /abs/core-testing/mythtv/stable | |
parent | cd723ba252e19dc17c59595178572f2a0b8657e8 (diff) | |
download | linhes_pkgbuild-7c4c17e34fbf3da4024656a99643b4062719513b.zip linhes_pkgbuild-7c4c17e34fbf3da4024656a99643b4062719513b.tar.gz linhes_pkgbuild-7c4c17e34fbf3da4024656a99643b4062719513b.tar.bz2 |
Add an include patch for compat.h
Diffstat (limited to 'abs/core-testing/mythtv/stable')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD b/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD index dfdd01b..25c91cf 100644 --- a/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythsmolt pkgver=0.21 -pkgrel=6 +pkgrel=8 pkgdesc="mythsmolt, a hardware profileing tool" arch=('i686' 'x86_64') url="http://www.mythvantage.com" @@ -16,6 +16,7 @@ build() { # use QT3 qmake export PATH=$QTDIR/bin:$PATH + echo "INCLUDEPATH += /usr/include/mythtv" >> mythsmolt.pro.usr qmake mythsmolt.pro.usr make qmake || return 1 |