17b63192b8
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64. Not yet linked to the build.
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
$OpenBSD: patch-gfx_src_psshared_nsCUPSShim_cpp,v 1.3 2011/03/26 10:58:36 landry Exp $
|
|
--- gfx/src/psshared/nsCUPSShim.cpp.orig Wed Mar 2 10:32:33 2011
|
|
+++ gfx/src/psshared/nsCUPSShim.cpp Wed Mar 2 10:32:58 2011
|
|
@@ -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;
|
|
|