[arch-commits] Commit in navit/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Oct 4 11:06:10 UTC 2019
Date: Friday, October 4, 2019 @ 11:06:10
Author: bgyorgy
Revision: 512706
upgpkg: navit 0.5.3-5
Fix build
Modified:
navit/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 10:37:40 UTC (rev 512705)
+++ PKGBUILD 2019-10-04 11:06:10 UTC (rev 512706)
@@ -6,7 +6,7 @@
pkgname=navit
pkgver=0.5.3
-pkgrel=4
+pkgrel=5
pkgdesc="Modular turn-by-turn car navigation system"
arch=('x86_64')
url="https://www.navit-project.org/"
@@ -27,6 +27,7 @@
build() {
cd $pkgname-$pkgver
+ export CFLAGS="$CFLAGS -I/usr/include/harfbuzz"
cmake -DCMAKE_INSTALL_PREFIX=/usr -DSAMPLE_MAP=FALSE -DDISABLE_QT=TRUE
make
}
More information about the arch-commits
mailing list