mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
fix mono for v6h
This commit is contained in:
parent
57916bc38b
commit
ecd8e6d95c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ md5sums=('411a2d9bcfc37a61eb9aedba88b40533'
|
|||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
# build mono
|
||||
if [ "$CARCH" = "armv7h" ]; then
|
||||
if [ "$CARCH" = "armv7h" -o "$CARCH" = "armv6h"]; then
|
||||
patch -Np1 -i ${srcdir}/alarm.patch
|
||||
./autogen.sh --prefix=/usr --sysconfdir=/etc \
|
||||
--with-libgdiplus=installed --with-fpu=VFP
|
||||
|
|
Loading…
Reference in a new issue