diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-29 08:45:29 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-29 08:47:22 +0000 |
commit | 8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc (patch) | |
tree | e1bdd0bbb491926306c1e43e72dabbbe235f4b62 /main/libglade | |
parent | 832a032dd3794c5cc3e67f4ee580e171996e8e29 (diff) | |
download | aports-8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc.tar.bz2 aports-8f6f2e3166478b14b208ecfb94ddf01d69dd7bdc.tar.xz |
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.
Diffstat (limited to 'main/libglade')
-rw-r--r-- | main/libglade/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/libglade/APKBUILD b/main/libglade/APKBUILD index 17a55d58a1..aba553fcbd 100644 --- a/main/libglade/APKBUILD +++ b/main/libglade/APKBUILD @@ -17,6 +17,11 @@ source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.6/$pkgname-$pkgver.tar depends_dev="gtk+-dev libxml2-dev" _builddir="$srcdir"/$pkgname-$pkgver + +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} package() { cd "$_builddir" patch -Np1 -i "$srcdir"/libglade-2.0.1-nowarning.patch || return 1 |