summaryrefslogtreecommitdiff
path: root/community/vyqchat
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-24 03:30:57 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-24 03:30:57 +0000
commit431023a318e680258f02c1fb5fdca176c68e5cb7 (patch)
treecedbdd37d2a93310636cf71c781041a2b5ee68a3 /community/vyqchat
parent0459e6459ee534bf22ab8a5381cd485e6035e9e2 (diff)
Thu Apr 24 03:25:33 UTC 2014
Diffstat (limited to 'community/vyqchat')
-rw-r--r--community/vyqchat/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/vyqchat/PKGBUILD b/community/vyqchat/PKGBUILD
index 135ff8e63..c7a4ddebd 100644
--- a/community/vyqchat/PKGBUILD
+++ b/community/vyqchat/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88015 2013-04-09 21:51:55Z eric $
+# $Id: PKGBUILD 110076 2014-04-23 17:29:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=vyqchat
pkgver=0.2.8
-pkgrel=4
+pkgrel=5
pkgdesc="vypress compatible qt chat (can work without server)"
arch=('i686' 'x86_64')
url="http://linux.bydg.org/~yogin/"
@@ -22,7 +22,7 @@ build() {
sed -i 's/vyqchat_LDFLAGS/vyqchat_LDADD/' src/Makefile.am
# Correct acinclude.m4 to avoid empty else block
sed -i 's:# Leave bnv_qt_lib_dir defined:/bin/true:' acinclude.m4
- autoreconf -v
+ autoreconf -fiv
./configure --prefix=/usr --with-Qt-bin-dir=/usr/lib/qt3/bin --with-Qt-include-dir=/usr/include/qt3 --with-Qt-lib-dir=/usr/lib
make
}