pkgsrc-wip/xulrunner/patches/patch-pb
2010-11-11 14:11:54 +00:00

11 lines
480 B
Text

$NetBSD: patch-pb,v 1.5 2010/11/11 14:11:54 tnn2 Exp $
--- xulrunner/installer/libxul.pc.in.orig 2010-11-04 19:20:39.000000000 +0000
+++ 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 %MOZ_XUL_LINK%
+Libs: -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK%
Cflags: -I${includedir} %WCHAR_CFLAGS%