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