aboutsummaryrefslogtreecommitdiffstats
path: root/community/dateutils
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-03-28 20:39:57 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-03-28 23:12:15 +0200
commit2a22127b5dd866a8e48b8590905c631454455f69 (patch)
tree5ca907de594c64e7ec77b962fc0442e62f44638e /community/dateutils
parent61d04a4e3401426ae493e0c762306747b78f20b5 (diff)
comunity/dateutils: update config guess
Update configure guess file before build
Diffstat (limited to 'community/dateutils')
-rw-r--r--community/dateutils/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/dateutils/APKBUILD b/community/dateutils/APKBUILD
index 9afe5fd24bd..ccdc310186a 100644
--- a/community/dateutils/APKBUILD
+++ b/community/dateutils/APKBUILD
@@ -14,6 +14,11 @@ subpackages="$pkgname-doc"
source="https://bitbucket.org/hroptatyr/$pkgname/downloads/$pkgname-${pkgver}.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
+prepare() {
+ default_prepare || return 1
+ update_config_guess
+}
+
build() {
cd "$builddir"
./configure \