summaryrefslogtreecommitdiff
path: root/extra/putty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/putty/PKGBUILD')
-rw-r--r--extra/putty/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD
index 5a6f2f536..d177db829 100644
--- a/extra/putty/PKGBUILD
+++ b/extra/putty/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=putty
pkgver=0.62
-pkgrel=1
+pkgrel=1.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=('5898438614117ee7e3704fc3f30a3c4bf2041380'
build() {
cd "${srcdir}/${pkgname}-${pkgver}/unix"
+ sed -i 's/-Werror//' configure
./configure --prefix=/usr
make
}