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

--- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig	2009-10-29 23:11:24.000000000 +0100
+++ mozilla/xulrunner/installer/libxul-embedding.pc.in
@@ -6,5 +6,5 @@ idldir=%idldir%
 Name: libxul-embedding
 Description: Static library for version-independent embedding of the Mozilla runtime
 Version: %MOZILLA_VERSION%
-Libs: -L${sdkdir}/lib -lxpcomglue
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
 Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%