openbsd-ports/lang/node/patches/patch-common_gypi
jasper e65c567a95 - update node to 0.8.0
* please see this blog post for more details on the changes:
  http://blog.nodejs.org/2012/06/25/node-v0-8-0/
  * the migration wiki can be consulted to port your code to node 0.8:
    https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
    - expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too

    from aaron bieber with tweaks by me
    ok jeremy@
2012-06-28 08:30:28 +00:00

13 lines
425 B
Plaintext

$OpenBSD: patch-common_gypi,v 1.1 2012/06/28 08:30:28 jasper Exp $
--- common.gypi.orig Mon Jun 25 10:13:56 2012
+++ common.gypi Mon Jun 25 10:14:18 2012
@@ -149,7 +149,7 @@
'cflags': [ '-m64' ],
'ldflags': [ '-m64' ],
}],
- [ 'OS=="linux"', {
+ [ 'OS=="linux" or OS=="openbsd"', {
'ldflags': [ '-rdynamic' ],
}],
[ 'OS=="solaris"', {