diff options
Diffstat (limited to 'devel/xulrunner192/patches/patch-pb')
-rw-r--r-- | devel/xulrunner192/patches/patch-pb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner192/patches/patch-pb b/devel/xulrunner192/patches/patch-pb index 4548c40036a..81859ade816 100644 --- a/devel/xulrunner192/patches/patch-pb +++ b/devel/xulrunner192/patches/patch-pb @@ -1,4 +1,4 @@ -$NetBSD: patch-pb,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $ +$NetBSD: patch-pb,v 1.2 2011/08/20 13:05:50 tnn Exp $ --- xulrunner/installer/libxul.pc.in.orig 2009-10-29 23:11:24.000000000 +0100 +++ xulrunner/installer/libxul.pc.in @@ -7,5 +7,5 @@ $NetBSD: patch-pb,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $ Version: %MOZILLA_VERSION% Requires: %NSPR_NAME% >= %NSPR_VERSION% -Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom -+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner -lxpcomglue_s -lxul -lxpcom ++Libs: -Wl,-R${prefix}/lib/xulrunner192 -L${prefix}/lib/xulrunner192 -lxpcomglue_s -lxul -lxpcom Cflags: -I${includedir} %WCHAR_CFLAGS% |