summaryrefslogtreecommitdiff
path: root/devel/xulrunner192/patches/patch-pc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xulrunner192/patches/patch-pc')
-rw-r--r--devel/xulrunner192/patches/patch-pc4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner192/patches/patch-pc b/devel/xulrunner192/patches/patch-pc
index 6939bf33b12..597d4818ea9 100644
--- a/devel/xulrunner192/patches/patch-pc
+++ b/devel/xulrunner192/patches/patch-pc
@@ -1,4 +1,4 @@
-$NetBSD: patch-pc,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $
+$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
@@ -7,5 +7,5 @@ $NetBSD: patch-pc,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $
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
++Libs: -Wl,-R${prefix}/lib/xulrunner192 -L${prefix}/lib/xulrunner192 -lxpcomglue
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%