From 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 29 Sep 2013 08:45:29 +0000 Subject: main/[various]: update config.sub (and remove charset.alias) for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required. --- main/xf86vidmodeproto/APKBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'main/xf86vidmodeproto/APKBUILD') diff --git a/main/xf86vidmodeproto/APKBUILD b/main/xf86vidmodeproto/APKBUILD index 9041b6549..2713dc984 100644 --- a/main/xf86vidmodeproto/APKBUILD +++ b/main/xf86vidmodeproto/APKBUILD @@ -10,8 +10,15 @@ depends="" makedepends="" source="http://xorg.freedesktop.org//releases/individual/proto/$pkgname-$pkgver.tar.bz2" +_builddir="$srcdir/$pkgname-$pkgver" + +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} + build() { - cd "$srcdir"/$pkgname-$pkgver + cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -21,7 +28,7 @@ build() { } package() { - cd "$srcdir"/$pkgname-$pkgver + cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } md5sums="e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2" -- cgit v1.2.3