mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/clementine: fix
This commit is contained in:
parent
5ddb1243e7
commit
6c3a92d4c5
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ prepare() {
|
|||
# FS#58413
|
||||
patch -Np1 -i ../75f9439843a0e9cdc26cd739d5e1dbd93bd974bc.patch
|
||||
|
||||
[[ $CARCH == "aarch64" ]] && sed -i 's/fpic/fPIC/' 3rdparty/vreen/vreen/cmake/CommonUtils.cmake
|
||||
if [[ $CARCH == "aarch64" ]]; then
|
||||
sed -i 's/fpic/fPIC/' 3rdparty/vreen/vreen/cmake/CommonUtils.cmake
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue