diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-17 08:31:49 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-17 08:31:49 (GMT) |
commit | f3795c03f9a71a6eaea16ac37838780804c974db (patch) | |
tree | 71e86cde1ef28f4b98421cc7a772bcfd0e3faf5f /abs/core-testing/mythtv/stable | |
parent | 2bbd920f9746998f3425452d6a9ce7a8208af06c (diff) | |
download | linhes_pkgbuild-f3795c03f9a71a6eaea16ac37838780804c974db.zip linhes_pkgbuild-f3795c03f9a71a6eaea16ac37838780804c974db.tar.gz linhes_pkgbuild-f3795c03f9a71a6eaea16ac37838780804c974db.tar.bz2 |
Fix for compat.h.
Diffstat (limited to 'abs/core-testing/mythtv/stable')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythstream/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD index 646e61a..275afa8 100644 --- a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythstream pkgver=0.18_1 -pkgrel=7 +pkgrel=8 pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." arch=('i686' 'x86_64') url="http://home.kabelfoon.nl/~moongies/streamtuned.html" @@ -25,6 +25,7 @@ build() { # use QT3 qmake export PATH=$QTDIR/bin:$PATH + echo "INCLUDEPATH += /usr/include/mythtv" >> mythstream/mythstream.pro qmake mythstream.pro make qmake || return 1 |