a66ef51f47
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 24 extended support release branch.
11 lines
581 B
Text
11 lines
581 B
Text
$NetBSD: patch-pb,v 1.1 2013/11/03 04:52:00 ryoon Exp $
|
|
|
|
--- xulrunner/installer/libxul.pc.in.orig 2013-07-30 00:59:18.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/xulrunner24 -Wl,-R${prefix}/lib/xulrunner24 -Wl,-R${prefix}/lib/xulrunner24 -Wl,-R${prefix}/lib/xulrunner24 -L${prefix}/lib/xulrunner24 %MOZ_XUL_LINK%
|
|
Cflags: -I${includedir} %WCHAR_CFLAGS%
|