summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-pb
blob: 3ec7ac851991b9018611e0443f3597e84ab40adb (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-pb,v 1.2 2010/07/12 16:49:22 tnn Exp $

--- mozilla/xulrunner/installer/libxul.pc.in.orig	2009-10-29 23:11:24.000000000 +0100
+++ 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 -lxpcomglue_s -lxul -lxpcom
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom
 Cflags: -I${includedir} %WCHAR_CFLAGS%