mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
669 B
Plaintext
13 lines
669 B
Plaintext
$NetBSD: patch-pc,v 1.8 2013/11/12 20:50:51 ryoon Exp $
|
|
|
|
--- mozilla/xulrunner/installer/libxul-embedding.pc.in.orig 2013-10-23 22:09:22.000000000 +0000
|
|
+++ mozilla/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/xulrunner24 -Wl,-R${prefix}/lib/xulrunner24 -Wl,-R${prefix}/lib/xulrunner24 -Wl,-R${prefix}/lib/xulrunner24 -L${prefix}/lib/xulrunner24 -lxpcomglue
|
|
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|