diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-29 14:31:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-29 14:31:17 +0200 |
commit | acad49d424ffd3b9f569dda5966f8c58d96af240 (patch) | |
tree | 328aa7866fda6e4336b88777101db49b618083eb /vigra | |
parent | 63940b9214e5f1f44b74aaf689f5ee43f5473e0e (diff) |
Add link for patch upstream attempt
Diffstat (limited to 'vigra')
-rw-r--r-- | vigra/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vigra/makefile.mk b/vigra/makefile.mk index 6cee4b0c84d5..7c1e57c067ff 100644 --- a/vigra/makefile.mk +++ b/vigra/makefile.mk @@ -59,7 +59,9 @@ PATCH_FILES += vigra1.4.0-unused-parameters.patch # the closing brace of the enum-specifier (see [dcl.enum] in the C++ 2003 # Standard), leading to "comparison between <enum1> and <enum2> [-Werror=enum- # compare]" and "enumeral mismatch in conditional expression [-Werror]" -# warnings: +# warnings (see <https://mailhost.informatik.uni-hamburg.de/pipermail/vigra/ +# 2012-March/000956.html> "GCC 4.7 picky about sized_int.hxx (-Werror=enum- +# compare)" about getting this upstreamed): PATCH_FILES += vigra1.4.0-enumwarn.patch CONFIGURE_DIR= |