summaryrefslogtreecommitdiff
path: root/extra/putty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/putty/PKGBUILD')
-rw-r--r--extra/putty/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD
index 2dd0523aa..b3b357b24 100644
--- a/extra/putty/PKGBUILD
+++ b/extra/putty/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=putty
pkgver=0.63
pkgrel=1
pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.chiark.greenend.org.uk/~sgtatham/putty/"
license=('MIT')
depends=('gtk2')
@@ -16,6 +16,7 @@ sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
build() {
cd ${pkgname}-${pkgver}/unix
+ sed -i 's/-Werror//' configure
./configure --prefix=/usr
make
}