d50dd14ddf
to facilitate coinstallation with current packages.
11 lines
529 B
Text
11 lines
529 B
Text
$NetBSD: patch-pc,v 1.2 2011/08/20 13:05:50 tnn Exp $
|
|
|
|
--- xulrunner/installer/libxul-embedding.pc.in.orig 2009-10-29 23:11:24.000000000 +0100
|
|
+++ 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/xulrunner192 -L${prefix}/lib/xulrunner192 -lxpcomglue
|
|
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|