summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/twinkle/PKGBUILD4
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 \