summaryrefslogtreecommitdiffstats
path: root/main/gegl
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-02 18:37:03 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-02 18:37:03 +0000
commit84bae70a2cba7ff39657d52361876b83f0e0af36 (patch)
treeda5d9c0312bcb7e1542660bf385e41ef7fc9e92c /main/gegl
parent5e53e9d767d907b8df81fb8019dd9fdf278704db (diff)
downloadaports-84bae70a2cba7ff39657d52361876b83f0e0af36.tar.bz2
aports-84bae70a2cba7ff39657d52361876b83f0e0af36.tar.xz
main/[various]: update config.sub
Diffstat (limited to 'main/gegl')
-rw-r--r--main/gegl/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gegl/APKBUILD b/main/gegl/APKBUILD
index 12d7791f1..e055206d6 100644
--- a/main/gegl/APKBUILD
+++ b/main/gegl/APKBUILD
@@ -15,6 +15,7 @@ depends_dev="babl-dev glib-dev"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
+ update_config_sub || return 1
for i in $source; do
case $i in
*.patch) msg $i; patch -p1 -i "$srcdir/$i" || return 1;;