mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python2-pyqwt: v8 update
This commit is contained in:
parent
7005121850
commit
2697b51665
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ build() {
|
|||
[[ $CARCH == "arm" ]] && sed -i "s|-march=native -mtune=generic|-march=armv5te|g" -i pyqtconfig.py
|
||||
[[ $CARCH == "armv6h" ]] && sed -i "s|-march=native -mtune=generic|-march=armv6 -mfpu=vfp -mfloat-abi=hard|g" -i pyqtconfig.py
|
||||
[[ $CARCH == "armv7h" ]] && sed -i "s|-march=native -mtune=generic|-march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard|g" -i pyqtconfig.py
|
||||
[[ $CARCH == "aarch64" ]] && sed -i "s|-march=native -mtune=generic|-march=armv8-a|g" -i pyqtconfig.py
|
||||
|
||||
sed -i "s/'qmake'/'qmake-qt4'/" configure.py
|
||||
sed -i "s/'qwt'/'qwt5'/" configure.py
|
||||
|
|
Loading…
Reference in a new issue