$OpenBSD: patch-common_gypi,v 1.6 2015/10/24 02:46:47 abieber Exp $
--- common.gypi.orig	Wed Jan 14 10:19:02 2015
+++ common.gypi	Wed Jan 14 10:21:39 2015
@@ -274,6 +274,10 @@
         'ldflags': [
           '-Wl,--export-dynamic',
         ],
+      }],
+      ['OS=="openbsd"', {
+        'cflags': [ '-I${LOCALBASE}/include' ],
+        'libraries': [ '-L${LOCALBASE}/lib' ],
       }]
     ],
   }
