1fd40a4bdb
* Add missing include file to PLIST.lightning * Fix xulrunner pathes
11 lines
548 B
Text
11 lines
548 B
Text
$NetBSD: patch-pa,v 1.8 2012/11/23 11:08:06 ryoon Exp $
|
|
|
|
--- mozilla/xulrunner/installer/mozilla-js.pc.in.orig 2012-08-25 00:31:36.000000000 +0000
|
|
+++ mozilla/xulrunner/installer/mozilla-js.pc.in
|
|
@@ -6,5 +6,5 @@ Name: JavaScript
|
|
Description: The Mozilla JavaScript Library
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
-Libs: -L${sdkdir}/lib %MOZ_JS_LINK%
|
|
+Libs: -Wl,-R${prefix}/lib/thunderbird -Wl,-R${prefix}/lib/thunderbird-sdk -L${prefix}/lib/thunderbird %MOZ_JS_LINK%
|
|
Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
|