Skip site navigation (1)Skip section navigation (2)
Date:      14 Feb 2002 03:03:19 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        Ade Lovett <ade@FreeBSD.org>, Jeremy Lea <reg@FreeBSD.org>, freebsd-gnome@FreeBSD.org
Subject:   Re: A mozilla lite port.
Message-ID:  <1013673799.16208.2.camel@shumai.marcuscom.com>
In-Reply-To: <3C6A8FF9.B01314D2@FreeBSD.org>
References:  <20020213102953.G65221-100000@shumai.marcuscom.com>  <3C6A8FF9.B01314D2@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-sTBejPb8rq9a6LTRuSzK
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Wed, 2002-02-13 at 11:10, Maxim Sobolev wrote:

> > Nautilus wants to use mozilla-embedded period.  There is a galeon Makefile
> > option for FULL_MOZILLA, but not in nautilus.
> 
> Thank you for pointing out - it seems that my memory is corrupted. :-/
> 
> > Something should be added
> > to Nautilus' Makefile like this so that users can build one true Mozilla,
> > once:
> > 
> > --- Makefile.orig       Wed Feb 13 10:30:55 2002
> > +++ Makefile    Wed Feb 13 10:33:34 2002
> > [snip]
> 
> Cute, I'll commit it later.

If you do commit this, you'll probably want to include this patch for
gnomecore.  This adds some needed env vars to gnome-session if you're
building with FULL_MOZILLA.

Joe


--=-sTBejPb8rq9a6LTRuSzK
Content-Disposition: attachment; filename="patch-gsm::ice.c.patch"
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=ISO-8859-1

--- patch-gsm::ice.c.orig	Thu Feb 14 01:59:54 2002
+++ patch-gsm::ice.c	Thu Feb 14 02:51:46 2002
@@ -1,21 +1,27 @@
-
-$FreeBSD: ports/x11/gnomecore/files/patch-gsm::ice.c,v 1.2 2002/01/23 15:2=
2:51 sobomax Exp $
-
---- gsm/ice.c.orig	Fri Oct 26 12:13:22 2001
-+++ gsm/ice.c	Tue Jan 22 16:28:18 2002
-@@ -343,6 +343,15 @@
+--- gsm/ice.c.orig	Fri Oct 26 05:13:22 2001
++++ gsm/ice.c	Thu Feb 14 02:51:27 2002
+@@ -343,6 +343,24 @@
 =20
    p =3D g_strconcat (ENVNAME "=3D", ids, NULL);
    putenv (p);
 +
-+  /* XXX: hack for embedded Mozilla */
++  /* XXX: hack for Mozilla */
 +  p =3D getenv ("LD_LIBRARY_PATH");
 +  if (p =3D=3D NULL)
 +    p =3D "";
 +  else
 +    p =3D g_strconcat (p, ":", NULL);
 +  p =3D g_strconcat (p, X11BASE "/lib/mozilla-embedded", NULL);
++  p =3D g_strconcat (p, ":", NULL);
++  p =3D g_strconcat (p, X11BASE "/lib/mozilla", NULL);
 +  setenv ("LD_LIBRARY_PATH", p, 1);
++  p =3D getenv ("MOZILLA_FIVE_HOME");
++  if (p =3D=3D NULL) {
++	  p =3D "";
++	  p =3D g_strconcat (p, X11BASE "/lib/mozilla", NULL);
++  }
++  setenv("MOZILLA_FIVE_HOME", p, 1);
++
   =20
    ice_depth =3D 0;	/* We are live */
  }

--=-sTBejPb8rq9a6LTRuSzK--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1013673799.16208.2.camel>