From 23ddf33c3b0e04ed68c02dc7a039d032e02654ac Mon Sep 17 00:00:00 2001 From: Piotr Szymaniak Date: Tue, 5 Jul 2011 22:03:08 +0000 Subject: dev-cpp/stringencoders: EAPI bump, changed inherit, added patch for -Werror. svn path=/sunrise/; revision=12213 --- .../stringencoders/files/stringencoders-3.10.3-werror.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch (limited to 'dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch') diff --git a/dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch b/dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch new file mode 100644 index 000000000..a4f7d9eb1 --- /dev/null +++ b/dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 769470c..4455c70 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -18,7 +18,7 @@ B64WCHARS="-_." + AC_ARG_WITH([b64wchars], AC_HELP_STRING([--with-b64wchars=3CHARS],[change b64 web extra chars, default is '-_.']), + [B64WCHARS=$withval], []) + +-EXTRACFLAGS="-Isrc -Wall -Werror" ++EXTRACFLAGS="-Isrc -Wall" + + if test "x$enable_gcov" = "xyes"; + then -- cgit v1.2.3-65-gdbad