openbsd-ports/www/mozilla-firefox/patches/patch-xulrunner_installer_libxul-embedding_pc_in
landry ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00

12 lines
565 B
Plaintext

$OpenBSD: patch-xulrunner_installer_libxul-embedding_pc_in,v 1.1 2011/03/30 21:39:14 landry Exp $
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%