dev-libs/libtasn1: remove -Werror
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 29 Jul 2016 09:13:24 +0000 (12:13 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 29 Jul 2016 09:13:24 +0000 (12:13 +0300)
Bug: 589868

Package-Manager: portage-2.2.28

dev-libs/libtasn1/files/libtasn1-4.9-build.patch [new file with mode: 0644]
dev-libs/libtasn1/libtasn1-4.9.ebuild

diff --git a/dev-libs/libtasn1/files/libtasn1-4.9-build.patch b/dev-libs/libtasn1/files/libtasn1-4.9-build.patch
new file mode 100644 (file)
index 0000000..d096955
--- /dev/null
@@ -0,0 +1,25 @@
+From dd091c8af163213e12aa92f61bc4916e0f102633 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos <nmav@redhat.com>
+Date: Tue, 26 Jul 2016 08:45:33 +0200
+Subject: [PATCH] configure: don't add -Werror to build flags
+
+---
+ configure.ac | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 7a14e04..066f5fe 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -70,8 +70,6 @@ AC_ARG_ENABLE([gcc-warnings],
+ )
+ if test "$gl_gcc_warnings" = yes; then
+-  gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
+-
+   nw="$nw -Wsystem-headers"         # Don't let system headers trigger warnings
+   nw="$nw -Wc++-compat"             # We don't care strongly about C++ compilers
+   nw="$nw -Wtraditional"            # Warns on #elif which we use often
+-- 
+2.7.3
+
index 3bd2816a5c75be5ff72566a142cdac6a9655d544..e227f890572a335e162ccfa699e649f722f2e5e4 100644 (file)
@@ -24,6 +24,9 @@ RDEPEND="
                !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
        )"
 
+PATCHES=(
+       "${FILESDIR}/${P}-build.patch"
+)
 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
 
 multilib_src_configure() {