modifying for *BSD support and additional NetBSD specific patches. This version includes some security bug fixes.
13 lines
519 B
Python
13 lines
519 B
Python
$NetBSD: patch-build_all.gyp,v 1.1 2011/04/28 03:09:02 rxg Exp $
|
|
|
|
--- build/all.gyp.orig 2011-04-13 08:01:33.000000000 +0000
|
|
+++ build/all.gyp
|
|
@@ -87,7 +87,7 @@
|
|
}],
|
|
],
|
|
}],
|
|
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
|
+ ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
|
|
'dependencies': [
|
|
'../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
|
|
'../tools/xdisplaycheck/xdisplaycheck.gyp:*',
|