Date: Thu, 3 Jan 2002 19:51:23 -0600 From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: Joe Clarke <marcus@marcuscom.com> Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Message-ID: <20020104015123.GD15548@leviathan.inethouston.net> In-Reply-To: <200201040140.g041e3513589@freefall.freebsd.org> References: <200201040140.g041e3513589@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 03, 2002 at 05:40:03PM -0800, Joe Clarke wrote: > The following reply was made to PR ports/33521; it has been noted by GNATS. > > From: Joe Clarke <marcus@marcuscom.com> > To: Steve Wills <steve@stevenwills.com> > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla > Date: 03 Jan 2002 20:36:01 -0500 > > What about this patch instead to make ChatZilla! optional? > > Joe > > --- Makefile.orig Thu Jan 3 20:33:24 2002 > +++ Makefile Thu Jan 3 20:32:59 2002 > @@ -58,6 +58,11 @@ > --with-png=${LOCALBASE} \ > --with-mng=${LOCALBASE} \ > --with-pthreads > + > +.if defined(WITH_CHATZILLA) > +CONFIGURE_ARGS+= --with-extensions=default,irc > +.endif > + > CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ > CFLAGS="" CXXFLAGS="" \ > MOZ_INTERNAL_LIBART_LGPL=1 > > > > I like this, all you have to do is put WITH_CHATZILLA= true in your /etc/make.conf if you really want it. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. <www.inethouston.net> dwcjr@freebsd.org FreeBSD Committer <www.FreeBSD.org> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020104015123.GD15548>