summaryrefslogtreecommitdiff
path: root/community/gpsim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gpsim/PKGBUILD')
-rw-r--r--community/gpsim/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gpsim/PKGBUILD b/community/gpsim/PKGBUILD
index 20d18b23a..9c884a477 100644
--- a/community/gpsim/PKGBUILD
+++ b/community/gpsim/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=gpsim
pkgver=0.27.0
pkgrel=2
pkgdesc="A full-featured software simulator for Microchip PIC microcontrollers"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://gpsim.sourceforge.net/"
license=(GPL)
depends=('gtk2+extra' 'popt')
@@ -16,6 +16,7 @@ md5sums=('b3ded17f1c8c6134f2381d6e6925b231')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -Np1 -i ${srcdir}/gpsim-0.26.1-glib.patch
./configure --prefix=/usr
make
}