diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-17 21:02:22 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-17 21:03:43 +0000 |
commit | 29f73689bbcd31279a74a540baa048e096ced2cb (patch) | |
tree | eafdf2e07cf4d22a99048b44dcd068d6872e44a7 /testing | |
parent | 54c03a2f6cebaeb97636603f81a6a530df37ac92 (diff) | |
download | aports-29f73689bbcd31279a74a540baa048e096ced2cb.tar.bz2 aports-29f73689bbcd31279a74a540baa048e096ced2cb.tar.xz |
testing/udpcast: update config.guess
Diffstat (limited to 'testing')
-rw-r--r-- | testing/udpcast/APKBUILD | 5 |
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 |