diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 17:37:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 17:37:30 +0100 |
commit | b4d204f9fdb09a3655ae9a90ef262e253d6e59d7 (patch) | |
tree | 9195e74b2a7ff4f0403864f235a74ecb23ddac45 /package/mozjs/patches/patch-js_src_js_pc_in | |
parent | 79963aad5902c51d47fbc779c1280060872f1a71 (diff) |
add upower, polkit and dependencies
Diffstat (limited to 'package/mozjs/patches/patch-js_src_js_pc_in')
-rw-r--r-- | package/mozjs/patches/patch-js_src_js_pc_in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/mozjs/patches/patch-js_src_js_pc_in b/package/mozjs/patches/patch-js_src_js_pc_in new file mode 100644 index 000000000..456678abe --- /dev/null +++ b/package/mozjs/patches/patch-js_src_js_pc_in @@ -0,0 +1,12 @@ +--- mozjs17.0.0.orig/js/src/js.pc.in 2013-03-25 21:34:20.000000000 +0100 ++++ mozjs17.0.0/js/src/js.pc.in 2014-01-10 10:18:19.000000000 +0100 +@@ -1,7 +1,7 @@ + #filter substitution + prefix=@prefix@ +-libdir=@libdir@ +-includedir=@includedir@ ++libdir=${prefix}/lib ++includedir=${prefix}/include + + Name: SpiderMonkey @MOZILLA_VERSION@ + Description: The Mozilla library for JavaScript |