aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-17 21:02:22 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-17 21:03:43 +0000
commit29f73689bbcd31279a74a540baa048e096ced2cb (patch)
treeeafdf2e07cf4d22a99048b44dcd068d6872e44a7
parent54c03a2f6cebaeb97636603f81a6a530df37ac92 (diff)
testing/udpcast: update config.guess
-rw-r--r--testing/udpcast/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/udpcast/APKBUILD b/testing/udpcast/APKBUILD
index 90bbdc305f9..c253e908f63 100644
--- a/testing/udpcast/APKBUILD
+++ b/testing/udpcast/APKBUILD
@@ -18,6 +18,11 @@ source="https://www.udpcast.linux.lu/download/udpcast-$pkgver.tar.gz
builddir="$srcdir/$pkgname-$pkgver"
+prepare() {
+ default_prepare || return 1
+ update_config_guess || return 1
+}
+
build() {
cd "$builddir"
./configure --prefix=/usr || return 1