27af90c8a6
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
11 lines
522 B
Text
11 lines
522 B
Text
$NetBSD: patch-pa,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
--- xulrunner/installer/mozilla-js.pc.in.orig 2012-08-24 22:56:10.000000000 +0000
|
|
+++ 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/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_JS_LINK%
|
|
Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
|