$OpenBSD: patch-common_gypi,v 1.14 2020/04/04 16:42:57 abieber Exp $

Index: common.gypi
--- common.gypi.orig
+++ common.gypi
@@ -498,6 +498,10 @@
           '-Wl,--export-dynamic',
         ],
       }],
+      ['OS=="openbsd"', {
+        'cflags': [ '-I${LOCALBASE}/include' ],
+        'libraries': [ '-L${LOCALBASE}/lib' ],
+      }],
       # if node is built as an executable,
       #      the openssl mechanism for keeping itself "dload"-ed to ensure proper
       #      atexit cleanup does not apply
