a14b596750
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment.
11 lines
526 B
Text
11 lines
526 B
Text
$NetBSD: patch-pb,v 1.1.1.1 2009/08/05 02:59:48 tnn Exp $
|
|
|
|
--- xulrunner/installer/libxul.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
|
|
+++ xulrunner/installer/libxul.pc.in
|
|
@@ -12,5 +12,5 @@ Name: libxul
|
|
Description: The Mozilla Runtime and Embedding Engine
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
-Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
|
|
+Libs: -Wl,-R{$prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
|
|
Cflags: -I${includedir}/${includetype} %WCHAR_CFLAGS%
|