pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/mg
Module Name: pkgsrc
Committed By: marino
Date: Thu Oct 11 13:03:38 UTC 2012
Modified Files:
pkgsrc/editors/mg: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/mg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index