patch-src_command_CommandError_cxx 711 B

1234567891011121314151617181920
  1. $OpenBSD: patch-src_command_CommandError_cxx,v 1.2 2017/03/12 10:13:49 dcoppa Exp $
  2. --- src/command/CommandError.cxx.orig Wed Mar 1 16:37:19 2017
  3. +++ src/command/CommandError.cxx Sun Mar 12 11:03:39 2017
  4. @@ -35,6 +35,7 @@
  5. #define GLIBCXX_492_Debian_9 20141220
  6. #define GLIBCXX_493 20150626
  7. #define GLIBCXX_494 20160803
  8. +#define GLIBCXX_494_OPENBSD 20160726
  9. #define GLIBCXX_49X_NDK_r13b 20150123
  10. /* the big mess attempts to detect whether we're compiling with
  11. @@ -48,6 +49,7 @@
  12. __GLIBCXX__ == GLIBCXX_492_Debian_9 || \
  13. __GLIBCXX__ == GLIBCXX_493 || \
  14. __GLIBCXX__ == GLIBCXX_494 || \
  15. + __GLIBCXX__ == GLIBCXX_494_OPENBSD || \
  16. __GLIBCXX__ == GLIBCXX_49X_NDK_r13b))
  17. #define GLIBCXX_49X
  18. #endif