pkgsrc/editors/mg
marino d5f01ec079 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.
2012-10-11 13:03:38 +00:00
..
patches Suppress a gcc warning that popped up in Joerg's build. While here, 2011-12-19 00:52:09 +00:00
DESCR
distinfo Suppress a gcc warning that popped up in Joerg's build. While here, 2011-12-19 00:52:09 +00:00
Makefile editors/mg: Mask -Werror 2012-10-11 13:03:38 +00:00
PLIST