$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 @@ Name: libxul Description: The Mozilla Runtime and Embedding Engine Version: %MOZILLA_VERSION% Requires: %NSPR_NAME% >= %NSPR_VERSION% -Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom +Libs: -Wl,-R${prefix}/lib/xulrunner192 -L${prefix}/lib/xulrunner192 -lxpcomglue_s -lxul -lxpcom Cflags: -I${includedir} %WCHAR_CFLAGS%