pkgsrc-wip/chromium/patches/patch-third__party_npapi_npapi.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

13 lines
502 B
Python

$NetBSD: patch-third__party_npapi_npapi.gyp,v 1.1 2011/04/28 03:09:03 rxg Exp $
--- third_party/npapi/npapi.gyp.orig 2011-04-13 08:01:21.000000000 +0000
+++ third_party/npapi/npapi.gyp
@@ -26,7 +26,7 @@
'bindings/npruntime.h',
],
'conditions': [
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
+ ['OS=="linux" or OS=="dragonfly" or OS=="freebsd" or OS=="netbsd" or OS=="openbsd"', {
'sources': [
'bindings/npapi_x11.h',
],