patch-config_config_mk_in 632 B

12345678910111213141516
  1. $OpenBSD: patch-config_config_mk_in,v 1.2 2015/11/21 15:33:56 jca Exp $
  2. - warnings about c++locale.h clutter the build
  3. --- config/config.mk.in.orig Sun Jun 21 16:19:25 2015
  4. +++ config/config.mk.in Thu Nov 19 19:56:00 2015
  5. @@ -58,7 +58,7 @@ GXX = @GXX@
  6. # Common compiler flags (warnings, symbols [-ggdb], optimization [-O2], etc)
  7. CXXFLAGS = @CXXFLAGS@
  8. ifeq ($(GXX),yes)
  9. - CXXFLAGS += -Wall -Wcast-align -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Woverloaded-virtual -W
  10. + CXXFLAGS += -Wall -Wcast-align -Wpointer-arith -Wformat-security -Woverloaded-virtual -W
  11. endif
  12. # Command to run only the preprocessor