mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
571 B
Plaintext
12 lines
571 B
Plaintext
$NetBSD: patch-pb,v 1.1 2016/02/14 07:30:54 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/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -Wl,-R${prefix}/lib/xulrunner -L${prefix}/lib/xulrunner %MOZ_XUL_LINK%
|
|
Cflags: -I${includedir} %WCHAR_CFLAGS%
|