diff options
Diffstat (limited to 'community/xcircuit/PKGBUILD')
-rw-r--r-- | community/xcircuit/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index 683a6c7ca..50b9ce992 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -7,7 +7,7 @@ pkgname=xcircuit pkgver=3.7.48 pkgrel=1 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://opencircuitdesign.com/xcircuit" license=('GPL2') depends=('tk' 'libxpm' 'zlib') @@ -17,7 +17,7 @@ md5sums=('efe537f908b12d30ef1aeebf77222fbf') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man + ./configure --prefix=/usr --build=$CHOST --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man make } |