$OpenBSD: patch-binding_gyp,v 1.1 2012/12/05 00:54:54 abieber Exp $
--- binding.gyp.orig	Sat Oct 13 13:52:28 2012
+++ binding.gyp	Sat Oct 13 13:52:49 2012
@@ -5,7 +5,10 @@
 	    "sources": [ "syslog.cc" ],
 	    "cflags": [
 		"-fPIC"
-	    ]
+	    ],
+      "ldflags": [
+        "-L${LOCALBASE}/lib"
+      ]
 	}
     ]
-}
\ No newline at end of file
+}
