From 1e7cc055edc8f406abb20be067f1ae2053c3b7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 23 Oct 2015 20:29:06 +0200 Subject: [PATCH] ptii: disable warnings as errors --- srcpkgs/ptii/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ptii/template b/srcpkgs/ptii/template index 17b3fc63736..af2695d8875 100644 --- a/srcpkgs/ptii/template +++ b/srcpkgs/ptii/template @@ -10,3 +10,5 @@ license="WTFPL" homepage="http://git.z3bra.org/cgit.cgi/ptii/" distfiles="http://repo.voidlinux.de/distfiles/ptii-${version}/ptii-${version}.tar.bz2" checksum=2f130417251938c9947293f4df07b6db37909e03d4f600e0af025d1ae6a02d26 + +CFLAGS="-Wno-error"