diff options
Diffstat (limited to 'community/openthreads/PKGBUILD')
-rw-r--r-- | community/openthreads/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openthreads/PKGBUILD b/community/openthreads/PKGBUILD index ff94915c2..ab5bf7bf7 100644 --- a/community/openthreads/PKGBUILD +++ b/community/openthreads/PKGBUILD @@ -6,7 +6,7 @@ pkgname=openthreads pkgver=2.3.0 pkgrel=2 pkgdesc="A minimal & complete Object-Oriented thread interface for C++ programmers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://openthreads.sourceforge.net" license=("LGPL") depends=('gcc-libs') |