mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
643 B
Plaintext
13 lines
643 B
Plaintext
$NetBSD: patch-pc,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- xulrunner/installer/libxul-embedding.pc.in.orig 2013-07-30 00:59:18.000000000 +0000
|
|
+++ xulrunner/installer/libxul-embedding.pc.in
|
|
@@ -6,5 +6,6 @@ idldir=%idldir%
|
|
Name: libxul-embedding
|
|
Description: Static library for version-independent embedding of the Mozilla runtime
|
|
Version: %MOZILLA_VERSION%
|
|
-Libs: -L${sdkdir}/lib -lxpcomglue -ldl
|
|
+# XXXtnn -ldl removed
|
|
+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 -lxpcomglue
|
|
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|