21 lines
708 B
Plaintext
21 lines
708 B
Plaintext
$OpenBSD: patch-binding_gyp,v 1.2 2012/12/20 12:05:21 abieber Exp $
|
|
--- binding.gyp.orig Wed Jul 25 05:02:50 2012
|
|
+++ binding.gyp Thu Dec 20 04:30:31 2012
|
|
@@ -2,7 +2,6 @@
|
|
'targets': [
|
|
{
|
|
'target_name': 'girepository',
|
|
- 'type': '<(library)',
|
|
'sources': [
|
|
'src/init.cc',
|
|
'src/util.cc',
|
|
@@ -15,7 +14,7 @@
|
|
'src/types/function.cc'
|
|
],
|
|
'conditions': [
|
|
- ['OS=="linux"',
|
|
+ ['OS=="linux" or OS=="openbsd"',
|
|
{
|
|
'libraries': [
|
|
'<!@(pkg-config --libs glib-2.0 gobject-introspection-1.0)'
|