patch-libs_pbd_fpu_cc 338 B

1234567891011121314
  1. $OpenBSD: patch-libs_pbd_fpu_cc,v 1.1 2017/05/25 09:02:05 espie Exp $
  2. upgrade to something that libc++ is happy with
  3. Index: libs/pbd/fpu.cc
  4. --- libs/pbd/fpu.cc.orig
  5. +++ libs/pbd/fpu.cc
  6. @@ -1,4 +1,5 @@
  7. -#define _XOPEN_SOURCE 600
  8. +#define _XOPEN_SOURCE 700
  9. +#define _BSD_SOURCE
  10. #include <cstdlib>
  11. #include <stdint.h>
  12. #include <cstring>