Make node-gir use libv8

OK jeremy@
This commit is contained in:
abieber 2012-12-05 00:47:53 +00:00
parent 4e0f83330f
commit bfc7ce84ea
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2012/09/23 17:52:27 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2012/12/05 00:47:53 abieber Exp $
COMMENT = GObject Introspection bindings for Node.js
@ -6,6 +6,8 @@ NPM_VERSION = 0.1.0
NPM_NAME = gir
CATEGORIES = devel
REVISION = 0
HOMEPAGE = https://github.com/creationix/node-gir
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-binding_gyp,v 1.1 2012/12/05 00:47:53 abieber Exp $
--- binding.gyp.orig Wed Jul 25 05:02:50 2012
+++ binding.gyp Sat Oct 13 13:34:01 2012
@@ -15,7 +15,7 @@
'src/types/function.cc'
],
'conditions': [
- ['OS=="linux"',
+ ['OS=="linux" or OS=="openbsd"',
{
'libraries': [
'<!@(pkg-config --libs glib-2.0 gobject-introspection-1.0)'