Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2002 12:35:36 -0400
From:      David Magda <dmagda@magda.ca>
To:        gnome@FreeBSD.org
Subject:   mozilla-dev patch request
Message-ID:  <20021026163535.GA87915@number6.magda.ca>

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

--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




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