diff options
Diffstat (limited to 'community/ois/PKGBUILD')
-rw-r--r-- | community/ois/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/ois/PKGBUILD b/community/ois/PKGBUILD index f7de157c3..484a72e92 100644 --- a/community/ois/PKGBUILD +++ b/community/ois/PKGBUILD @@ -6,15 +6,18 @@ pkgver=1.3 _oisver=${pkgver/./-} pkgrel=2 pkgdesc="Object Oriented Input System" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/wgois" license=('custom:zlib/libpng') makedepends=('autoconf' 'automake' 'libtool' 'gcc' 'libxaw') -source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz") -md5sums=('9697fead17eac6025151cd2e1fca1518') +source=("http://downloads.sourceforge.net/project/wgois/Source%20Release/${pkgver}/ois_v${_oisver}.tar.gz" + "ois-1.3-gcc47.patch") +md5sums=('9697fead17eac6025151cd2e1fca1518' + 'e5cb7a504cf30a382d0b0420aedaa953') build() { cd ${srcdir}/${pkgname}-v${_oisver} + patch -Np1 -i ${srcdir}/ois-1.3-gcc47.patch chmod +x bootstrap ./bootstrap ./configure --prefix=/usr |