blob: d2fc47d85e6c1221d3f2c7cbd97ac7ed6ccbe65a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-pb,v 1.5 2012/04/01 20:53:43 ryoon Exp $
--- mozilla/xulrunner/installer/libxul.pc.in.orig 2012-04-01 16:07:35.000000000 +0000
+++ mozilla/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/thunderbird -Wl,-R${prefix}/lib/thunderbird -L${prefix}/lib/thunderbird %MOZ_XUL_LINK%
Cflags: -I${includedir} %WCHAR_CFLAGS%
|