aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-xgixp
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-04 11:58:37 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-04 11:58:37 +0000
commit8e048afa8c9d9ebbead2ee0a3d7b034bf682d675 (patch)
treee36e668b0b8628c40834ef5f660d5a07bbece1db /main/xf86-video-xgixp
parent374cb8d3e8fc65b8dafedb1107b130ff7d522f91 (diff)
main/[various]: update config.sub
Diffstat (limited to 'main/xf86-video-xgixp')
-rw-r--r--main/xf86-video-xgixp/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/xf86-video-xgixp/APKBUILD b/main/xf86-video-xgixp/APKBUILD
index c21c2cdd600..3fa68c9c909 100644
--- a/main/xf86-video-xgixp/APKBUILD
+++ b/main/xf86-video-xgixp/APKBUILD
@@ -15,6 +15,7 @@ source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.
_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;;