summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-16 23:06:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-16 23:06:23 (GMT)
commit7c4c17e34fbf3da4024656a99643b4062719513b (patch)
treed42ef7399f4ed03be92c3b55acb94111c54a5fea /abs
parentcd723ba252e19dc17c59595178572f2a0b8657e8 (diff)
downloadlinhes_pkgbuild-7c4c17e34fbf3da4024656a99643b4062719513b.zip
linhes_pkgbuild-7c4c17e34fbf3da4024656a99643b4062719513b.tar.gz
linhes_pkgbuild-7c4c17e34fbf3da4024656a99643b4062719513b.tar.bz2
Add an include patch for compat.h
Diffstat (limited to 'abs')
-rw-r--r--abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD3
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