pkgsrc-wip/chromium/patches/patch-jingle_jingle.gyp
Rui-Xiang Guo fa06d0f9e3 Update chromium to 10.0.648.205 that is based on the OpenBSD's ports with
modifying for *BSD support and additional NetBSD specific patches.
This version includes some security bug fixes.
2011-04-28 03:09:01 +00:00

22 lines
1,009 B
Python

$NetBSD: patch-jingle_jingle.gyp,v 1.1 2011/04/28 03:09:02 rxg Exp $
--- jingle/jingle.gyp.orig 2011-04-13 08:01:33.000000000 +0000
+++ jingle/jingle.gyp
@@ -84,7 +84,7 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
],
'conditions': [
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
+ ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd" or OS=="solaris"', {
'dependencies': [
'../build/linux/system.gyp:gtk'
],
@@ -138,7 +138,7 @@
# TODO(akalin): Remove this once we have our own test suite and
# runner.
'conditions': [
- ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"', {
+ ['OS == "linux" or OS == "dragonfly" or OS == "freebsd" or OS == "netbsd" or OS == "openbsd" or OS == "solaris"', {
'dependencies': [
# Needed to handle the #include chain:
# base/test/test_suite.h