pkgsrc/mail/thunderbird10/patches/patch-pb
ryoon 2d936aaaf2 Import thunderbird10-10.0.3 as mail/thunderbird10
* This is ESR (Extended Support Release) version.
* Fix security bugs
2012-03-15 09:45:26 +00:00

11 lines
509 B
Text

$NetBSD: patch-pb,v 1.1.1.1 2012/03/15 09:45:30 ryoon Exp $
--- mozilla/xulrunner/installer/libxul.pc.in.orig 2012-02-16 10:25:33.000000000 +0000
+++ mozilla/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/thunderbird10 -L${prefix}/lib/thunderbird10 %MOZ_XUL_LINK%
Cflags: -I${includedir} %WCHAR_CFLAGS%