mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
icecat: broken on i686* for now
This commit is contained in:
parent
baa928b247
commit
e52f36732b
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ build_options_default="alsa dbus gtk3 pulseaudio startup_notification sndio xscr
|
|||
|
||||
CXXFLAGS="-Wno-class-memaccess -Wno-unused-function"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/18068/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Add table
Reference in a new issue