82b3297457
- use official branding; - external nss; - don't force optimizations; - make it work with misc/mozilla-dicts; tested by many, including ajacoutot@, ian@, matthieu@, Mike Erdely, Niko Itajarvi, Simon Kuhnle input/ok kurt@, wilfried@
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-gfx_src_psshared_nsCUPSShim_cpp,v 1.2 2007/04/30 22:40:31 martynas Exp $
|
|
--- gfx/src/psshared/nsCUPSShim.cpp.orig Sun May 8 18:01:20 2005
|
|
+++ gfx/src/psshared/nsCUPSShim.cpp Thu Apr 19 14:31:47 2007
|
|
@@ -59,7 +59,7 @@ static const int gSymNameCt = sizeof(gSymName) / sizeo
|
|
PRBool
|
|
nsCUPSShim::Init()
|
|
{
|
|
- mCupsLib = PR_LoadLibrary("libcups.so.2");
|
|
+ mCupsLib = PR_LoadLibrary("libcups.so");
|
|
if (!mCupsLib)
|
|
return PR_FALSE;
|
|
|