mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
16 lines
535 B
Python
16 lines
535 B
Python
$NetBSD: patch-deps_uv_common.gypi,v 1.1 2013/05/22 15:17:07 mspo Exp $
|
|
|
|
Add support for NetBSD.
|
|
|
|
--- deps/uv/common.gypi.orig 2013-04-11 16:39:16.000000000 +0000
|
|
+++ deps/uv/common.gypi
|
|
@@ -129,7 +129,7 @@
|
|
}]
|
|
]
|
|
}],
|
|
- [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
|
|
+ [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" OR OS=="netbsd"', {
|
|
'cflags': [ '-Wall' ],
|
|
'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
|
|
'target_conditions': [
|