pkgsrc/devel/xulrunner192/patches/patch-pb
tnn d50dd14ddf Fix build of legacy mozilla packages and rename the PKGBASE
to facilitate coinstallation with current packages.
2011-08-20 13:05:49 +00:00

11 lines
511 B
Text

$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%