diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-04-24 12:19:02 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-04-24 12:19:02 +0300 |
commit | fa24ade25b4578e84aa4a3cce281cf81c79f0453 (patch) | |
tree | ddd66b10354641183b49698fe0f8a76558885b78 /pcr/twinkle/PKGBUILD | |
parent | a702de98f4bbb28ccd81f912518eb9a947f1459c (diff) | |
download | abslibre-fa24ade25b4578e84aa4a3cce281cf81c79f0453.tar.gz abslibre-fa24ade25b4578e84aa4a3cce281cf81c79f0453.tar.bz2 abslibre-fa24ade25b4578e84aa4a3cce281cf81c79f0453.zip |
updating twinkle to version 1.4.2-21
Diffstat (limited to 'pcr/twinkle/PKGBUILD')
-rw-r--r-- | pcr/twinkle/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/twinkle/PKGBUILD b/pcr/twinkle/PKGBUILD index b9e8fc537..c4c7abdc9 100644 --- a/pcr/twinkle/PKGBUILD +++ b/pcr/twinkle/PKGBUILD @@ -7,7 +7,7 @@ pkgname=twinkle pkgver=1.4.2 -pkgrel=20 +pkgrel=21 pkgdesc="Softphone for voice over IP and IM communication using SIP" arch=('x86_64' 'i686') url="http://www.twinklephone.com/" @@ -30,7 +30,7 @@ build() { automake -a export QTDIR=/usr/lib/qt3 export PATH=$QTDIR/bin:$PATH - CPPFLAGS="$CPPFLAGS -I/usr/include/qt3" \ + CPPFLAGS="$CPPFLAGS -I/usr/include/qt3 -I/usr/include/libzrtpcpp/" \ ./configure --prefix=/usr \ --without-kde \ --with-speex \ |