mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
597 B
Plaintext
12 lines
597 B
Plaintext
$NetBSD: patch-pb,v 1.8 2013/11/12 20:50:51 ryoon Exp $
|
|
|
|
--- mozilla/xulrunner/installer/libxul.pc.in.orig 2013-10-23 22:09:22.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/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%
|