aboutsummaryrefslogtreecommitdiffstats
path: root/testing/udpcast
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 /testing/udpcast
parent54c03a2f6cebaeb97636603f81a6a530df37ac92 (diff)
downloadaports-29f73689bbcd31279a74a540baa048e096ced2cb.tar.bz2
aports-29f73689bbcd31279a74a540baa048e096ced2cb.tar.xz
testing/udpcast: update config.guess
Diffstat (limited to 'testing/udpcast')
-rw-r--r--testing/udpcast/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/udpcast/APKBUILD b/testing/udpcast/APKBUILD
index 90bbdc305f..c253e908f6 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