diff options
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r-- | extra/bitlbee/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD index 8b2d98ebc..4ad7771bf 100644 --- a/extra/bitlbee/PKGBUILD +++ b/extra/bitlbee/PKGBUILD @@ -12,7 +12,7 @@ pkgrel=2 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' url='http://www.bitlbee.org/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('openssl' 'glib2') makedepends=('asciidoc' 'libotr') optdepends=('skype4py: to use skyped' @@ -43,8 +43,7 @@ build() { --systemdsystemunitdir=/lib/systemd/system \ --ssl=openssl \ --strip=0 \ - --otr=plugin \ - --skype=plugin \ + --otr=plugin make } |