~alpine/aports

testing/belcard: Fix linphonec's complaint about missing vcard_grammar v1 APPLIED

Martin Schmidt: 1
 testing/belcard: Fix linphonec's complaint about missing vcard_grammar

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3350/mbox | git am -3
Learn more about email & git

[PATCH] testing/belcard: Fix linphonec's complaint about missing vcard_grammar Export this patch

---
 testing/belcard/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/belcard/APKBUILD b/testing/belcard/APKBUILD
index 873c0acb62..e97e2d15c0 100644
--- a/testing/belcard/APKBUILD
+++ b/testing/belcard/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=belcard
pkgver=4.4.0
pkgrel=0
pkgrel=1
pkgdesc="C++ library to manipulate VCard standard format"
url="https://linphone.org"
arch="all"
@@ -18,7 +18,7 @@ build() {
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DCMAKE_MODULE_PATH=/usr/lib/cmake \
		-DCMAKE_INSTALL_DATADIR=lib \
		-DCMAKE_INSTALL_DATADIR=share \
		-DENABLE_STRICT=NO \
		-DENABLE_SHARED=YES \
		-DENABLE_STATIC=NO \
--
2.27.0