summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-pc
blob: 23a339dcaf8755609a3519a5989d6bff3b72e651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-pc,v 1.1 2013/05/23 13:12:13 ryoon Exp $

--- xulrunner/installer/libxul-embedding.pc.in.orig	2013-01-04 23:44:47.000000000 +0000
+++ xulrunner/installer/libxul-embedding.pc.in
@@ -6,5 +6,6 @@ idldir=%idldir%
 Name: libxul-embedding
 Description: Static library for version-independent embedding of the Mozilla runtime
 Version: %MOZILLA_VERSION%
-Libs: -L${sdkdir}/lib -lxpcomglue -ldl
+# XXXtnn -ldl removed
+Libs: -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
 Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%