Date: Thu, 3 Jan 2002 17:40:03 -0800 (PST) From: Joe Clarke <marcus@marcuscom.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Message-ID: <200201040140.g041e3513589@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 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?200201040140.g041e3513589>