summaryrefslogtreecommitdiff
path: root/user/farstream
diff options
context:
space:
mode:
Diffstat (limited to 'user/farstream')
-rw-r--r--user/farstream/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/farstream/APKBUILD b/user/farstream/APKBUILD
index cba6a5fad..3017898cb 100644
--- a/user/farstream/APKBUILD
+++ b/user/farstream/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=farstream
pkgver=0.2.9
-pkgrel=0
+pkgrel=1
pkgdesc="Audio/Video communications framework"
url="https://www.freedesktop.org/wiki/Software/Farstream/"
arch="all"
@@ -18,15 +18,15 @@ source="https://freedesktop.org/software/farstream/releases/farstream/farstream-
"
build() {
- ./autogen.sh --disable-gtk-doc
- ./configure \
+ export GTKDOCIZE=true #740
+ ./autogen.sh \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --with-package-origin="${DISTRO_NAME-:Adélie Linux} (${DISTRO_URL-:https://www.adelielinux.org/})"
+ --disable-gtk-doc
make
}