diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-14 19:13:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-14 19:13:35 -0300 |
commit | aa640b9cae9d5db0197da5e9556cdbc8e92902b1 (patch) | |
tree | d98d59749040cff9aaf25001c73bbb458412c3fc | |
parent | bec28dc4c2b27367a6625c2246b166d0b7867694 (diff) |
libstrl port
-rw-r--r-- | community/libstrl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libstrl/PKGBUILD b/community/libstrl/PKGBUILD index 0a25f255a..0b4013607 100644 --- a/community/libstrl/PKGBUILD +++ b/community/libstrl/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Implementations of certain GNU-only or BSD-only string-related libc functions, such as strlcpy() and getdelim(), for compat purposes" url="http://ohnopub.net/~ohnobinki/libstrl" license=('LGPL3') -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) depends=() makedepends=(doxygen libtool pkg-config) options=(!libtool) |