summaryrefslogtreecommitdiff
path: root/extra/putty
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-05 16:44:10 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-05 16:44:10 +0200
commit889e7389bc412de1da7ec9057d31e72457f098be (patch)
tree3be585e2456af38ad727d88514e090fbf3c5ff6d /extra/putty
parentd189e847ff97e93c2b4b249ddc0d4e9f2cb8e84b (diff)
Disable -Werror in putty.
Diffstat (limited to 'extra/putty')
-rw-r--r--extra/putty/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD
index c8fe95255..880aa82b3 100644
--- a/extra/putty/PKGBUILD
+++ b/extra/putty/PKGBUILD
@@ -16,6 +16,7 @@ sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380'
build() {
cd "${srcdir}/${pkgname}-${pkgver}/unix"
+ sed -i 's/-Werror//' configure
./configure --prefix=/usr
make
}