Edit

IABSD.fr/ports/sysutils/node-syslog/patches

Branch :

  • Show log

    Commit

  • Author : abieber
    Date : 2012-12-05 00:54:54
    Hash : ed4e6928
    Message : Make node-syslog use libv8 OK jeremy@

  • patch-binding_gyp
  • $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
    +}