diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-05-13 12:50:16 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 20:09:46 +0000 |
commit | 419fc5cf6cc1d581fa2d51592f973cf2ab74df6c (patch) | |
tree | 70ba171587eb8ab23131cd89b58706f7ea8642cb | |
parent | 7a8fac1711179d640753f5b5e9b973b2a6b44b32 (diff) | |
download | aports-419fc5cf6cc1d581fa2d51592f973cf2ab74df6c.tar.bz2 aports-419fc5cf6cc1d581fa2d51592f973cf2ab74df6c.tar.xz |
main/libmpeg2: fix build
-rw-r--r-- | main/libmpeg2/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/libmpeg2/APKBUILD b/main/libmpeg2/APKBUILD index bb18dab523..ac8999493e 100644 --- a/main/libmpeg2/APKBUILD +++ b/main/libmpeg2/APKBUILD @@ -15,6 +15,11 @@ source="http://$pkgname.sourceforge.net/files/$pkgname-$pkgver.tar.gz builddir="$srcdir/$pkgname-$pkgver" +prepare() { + update_config_sub + default_prepare +} + build() { cd "$builddir" ./configure \ |