blob: dc72fa52bd6ca6f30decc3041d9c5849155c42c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-pe,v 1.1 2010/03/16 10:59:10 tnn Exp $
--- mozilla/xulrunner/installer/libxul-unstable.pc.in.orig 2009-06-29 18:15:36.000000000 +0200
+++ mozilla/xulrunner/installer/libxul-unstable.pc.in
@@ -8,5 +8,5 @@ Name: libxul
Description: The Mozilla Runtime and Embedding Engine (unstable API)
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%
|