6e95e654f9
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version tracks 31 ESR.
12 lines
659 B
Text
12 lines
659 B
Text
$NetBSD: patch-pc,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2014-07-18 00:05:57.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 -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue
|
|
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|