patch-build_common_gypi 823 B

1234567891011121314151617181920212223
  1. $OpenBSD: patch-build_common_gypi,v 1.1.1.1 2012/10/13 15:09:58 abieber Exp $
  2. --- build/common.gypi.orig Tue Oct 9 07:14:31 2012
  3. +++ build/common.gypi Tue Oct 9 15:51:53 2012
  4. @@ -90,7 +90,7 @@
  5. 'v8_use_snapshot%': 'true',
  6. 'host_os%': '<(OS)',
  7. 'v8_use_liveobjectlist%': 'false',
  8. - 'werror%': '-Werror',
  9. + 'werror%': '',
  10. # With post mortem support enabled, metadata is embedded into libv8 that
  11. # describes various parameters of the VM for use by debuggers. See
  12. @@ -313,6 +313,9 @@
  13. }],
  14. ['OS=="freebsd" or OS=="openbsd"', {
  15. 'cflags': [ '-I/usr/local/include' ],
  16. + 'libraries': [
  17. + '-L/usr/local/lib -lexecinfo',
  18. + ]
  19. }],
  20. ['OS=="netbsd"', {
  21. 'cflags': [ '-I/usr/pkg/include' ],