mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
Aegisub: mark as broken on armv6l*
This commit is contained in:
parent
a7bd674c9e
commit
886ea159ef
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ desc_option_portaudio="Enable support for portaudio"
|
|||
LDFLAGS+=" -pthread"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv7l*) broken="error: invalid conversion from 'const char**' to 'char**' [-fpermissive]"
|
||||
armv7l*|armv6l*) broken="error: invalid conversion from 'const char**' to 'char**' [-fpermissive]"
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Add table
Reference in a new issue