2011-06-28 18:01:17 -04:00
|
|
|
$OpenBSD: patch-xulrunner_installer_libxul-embedding_pc_in,v 1.3 2011/06/28 22:01:18 landry Exp $
|
2011-04-12 15:48:57 -04:00
|
|
|
no libdl on OpenBSD
|
|
|
|
--- xulrunner/installer/libxul-embedding.pc.in.orig Sun Feb 20 21:50:47 2011
|
|
|
|
+++ xulrunner/installer/libxul-embedding.pc.in Sun Feb 20 21:50:52 2011
|
|
|
|
@@ -6,5 +6,5 @@ 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
|
|
|
|
+Libs: -L${sdkdir}/lib -lxpcomglue
|
|
|
|
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|