From 63ff1085b485bb81f996adab5edcd59763a924a0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 13 Oct 2019 21:49:13 +0200 Subject: [PATCH] maemo/hildon-desktop: add libtool makedepend Fix the following error message and make it build again: configure.ac:11: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. --- maemo/hildon-desktop/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maemo/hildon-desktop/APKBUILD b/maemo/hildon-desktop/APKBUILD index aacb5cee6..451dec64b 100644 --- a/maemo/hildon-desktop/APKBUILD +++ b/maemo/hildon-desktop/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Nikita Ukhrenkov pkgname=hildon-desktop pkgver=2.2.157.11 -pkgrel=1 +pkgrel=2 pkgdesc="Hildon desktop for Fremantle" arch="all" url="https://github.com/maemo-leste/hildon-desktop" @@ -13,6 +13,7 @@ makedepends=" gnome-menus-dev libhildondesktop-dev libmatchbox2-dev + libtool mce-headers profiled-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/hildon-desktop/archive/$pkgver.tar.gz