mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
qt5: fix mips*
This commit is contained in:
parent
5474c91b24
commit
95bb2c5344
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ _msg_cross() {
|
|||
do_configure() {
|
||||
local opts spec
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
mips*) grep -rl "<sgidefs.h>" | xargs sed -i -e "s;<sgidefs.h>;<asm/sgidefs.h>;" ;;
|
||||
esac
|
||||
|
||||
# Cross build patches
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# This also sets default {C,CXX,LD}FLAGS for projects built using qmake
|
||||
|
|
Loading…
Add table
Reference in a new issue