summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-pc
blob: 4f6c6e4edff010744e8910dc95c4c32a45d1f3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-pc,v 1.5 2012/04/28 22:48:07 ryoon Exp $

--- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig	2012-04-23 06:28:30.000000000 +0000
+++ mozilla/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%