blob: 9dff73651531028f1c288504a842afbbb33a05f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-pb,v 1.1 2013/01/10 16:17:10 ryoon Exp $
--- xulrunner/installer/libxul.pc.in.orig 2012-08-24 22:56:10.000000000 +0000
+++ xulrunner/installer/libxul.pc.in
@@ -7,5 +7,5 @@ Name: libxul
Description: The Mozilla Runtime and Embedding Engine
Version: %MOZILLA_VERSION%
Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib %MOZ_XUL_LINK%
+Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK%
Cflags: -I${includedir} %WCHAR_CFLAGS%
|