From owner-freebsd-gnome Sat Oct 26 9:35:44 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E368237B401 for ; Sat, 26 Oct 2002 09:35:42 -0700 (PDT) Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA5B43E3B for ; Sat, 26 Oct 2002 09:35:37 -0700 (PDT) (envelope-from dmagda@magda.ca) Received: from number6.magda.ca ([64.229.179.196]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021026163536.GBM20715.tomts25-srv.bellnexxia.net@number6.magda.ca> for ; Sat, 26 Oct 2002 12:35:36 -0400 Received: from number6.magda.ca (localhost.magda.ca [127.0.0.1]) by number6.magda.ca (8.12.6/8.12.6) with ESMTP id g9QGZaO0088072 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 26 Oct 2002 12:35:36 -0400 (EDT) (envelope-from dmagda@magda.ca) Received: (from dmagda@localhost) by number6.magda.ca (8.12.6/8.12.6/Submit) id g9QGZax2088071 for gnome@FreeBSD.org; Sat, 26 Oct 2002 12:35:36 -0400 (EDT) (envelope-from dmagda) Date: Sat, 26 Oct 2002 12:35:36 -0400 From: David Magda To: gnome@FreeBSD.org Subject: mozilla-dev patch request Message-ID: <20021026163535.GA87915@number6.magda.ca> Reply-To: David Magda Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, Would it be possible to add the follow patch to mozilla-dev/Makefile? It makes the compiling in of the HTML composer/editor togglable (default on). I've run this on mozilla-1.2b_1,1 and it works fine for me. Don't see my it wouldn't work for the other mozilla versions, but I haven't tested it. --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Diff --- Makefile.orig Fri Oct 25 22:46:29 2002 +++ Makefile Sat Oct 26 10:58:20 2002 @@ -91,6 +91,10 @@ .endif .endif +.if defined(WITHOUT_COMPOSER) +CONFIGURE_ARGS+= --disable-composer +.endif + .if !defined(WITHOUT_CHATZILLA) CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm .else --ZPt4rx8FFjLCG7dd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message