$OpenBSD: patch-third_party_iccjpeg_iccjpeg_gyp,v 1.1 2011/10/27 07:59:09 robert Exp $
--- third_party/iccjpeg/iccjpeg.gyp.orig	Fri Oct 21 10:29:58 2011
+++ third_party/iccjpeg/iccjpeg.gyp	Wed Oct 26 13:43:17 2011
@@ -14,6 +14,13 @@
         'iccjpeg.c',
         'iccjpeg.h',
       ],
+      'conditions': [
+        ['OS=="openbsd" and use_system_libjpeg==1', {
+          'include_dirs': [
+            '/usr/local/include',
+          ],
+        }],
+      ],
       'direct_dependent_settings': {
         'include_dirs': [
           '.',
