diff options
Diffstat (limited to 'dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch')
-rw-r--r-- | dev-cpp/stringencoders/files/stringencoders-3.10.3-werror.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |