Date: Sun, 10 Jun 2001 09:56:28 -0400 From: Pete Fritchman <petef@databits.net> To: Sheldon Hearn <sheldonh@starjuice.net> Cc: Alexander Langer <alex@big.endian.de>, ports@FreeBSD.org Subject: Re: cvs commit: ports/mail/exim Makefile Message-ID: <20010610095628.D24882@databits.net> In-Reply-To: <13767.992180414@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Sun, Jun 10, 2001 at 03:40:14PM %2B0200 References: <20010610152115.B17242@kawoserv.kawo2.rwth-aachen.de> <13767.992180414@axl.seasidesoftware.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
++ 10/06/01 15:40 +0200 - Sheldon Hearn: | I'm not convinced it's sucha hot idea, though. What am I supposed to do | when the operator does this: | | make -DWITH_MAILDIR -DWITHOUT_MAILDIR | | ? Well, by default, you have everything enabled. So do.. .if !defined(WITHOUT_MAILDIR) CONFIGURE_ARGS+= --maildir-support (or whatever) # more stuff to enable maildir support .endif So, don't worry about checking for WITH_MAILDIR, just make sure that WITHOUT_MAILDIR is *not* defined. (I may be wrong though, feel free to chime in and correct) -pete -- Pete Fritchman <petef@databits.net> Databits Network Services, Inc. <http://databits.net> finger petef@databits.net for PGP key 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?20010610095628.D24882>