diff options
author | marino <marino@pkgsrc.org> | 2012-10-11 13:03:38 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-10-11 13:03:38 +0000 |
commit | c3432bab19d5d7772db47d9a1ce2c7b9f3842e74 (patch) | |
tree | fa047d61b5e6868a0b9352be881c4312dc70ce2c /math | |
parent | b46fcae339523363dd12067b816864719b8c00cb (diff) | |
download | pkgsrc-c3432bab19d5d7772db47d9a1ce2c7b9f3842e74.tar.gz |
editors/mg: Mask -Werror
mg adds the -Werror flag after CFLAGS, so any suppressed warning gets
reenabled. Starting with gcc4.6, unused-but-set-variable warnings are
issued which breaks the build. Passing Wno-unused-but-set-variable by
the package makefile (as a function of compiler version) doesn't work.
The easiest solution is just to disable -Werror. In this case through
the makefile rather than updating a patch.
Diffstat (limited to 'math')
0 files changed, 0 insertions, 0 deletions