mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
xf86-video-intel: broken on i686 currently.
This commit is contained in:
parent
d18d918ab0
commit
6c4094611e
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ license="MIT"
|
||||||
|
|
||||||
LDFLAGS="-Wl,-z,lazy"
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686) broken="https://build.voidlinux.eu/builders/i686_builder/builds/24567/steps/shell_3/logs/stdio"
|
||||||
|
esac
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
|
Loading…
Add table
Reference in a new issue