Date: Sat, 20 May 2000 10:05:24 -0700 From: Scott Blachowicz <scott@sabami.seaslug.org> To: freebsd-ports@FreeBSD.ORG Subject: Re: KDE2: make install 'fails' ... Message-ID: <20000520100524.A55649@sabami.seaslug.org> In-Reply-To: <20000520081403.B29986@bone.nectar.com>; from n@nectar.com on Sat, May 20, 2000 at 08:14:03AM -0500 References: <Pine.BSF.4.21.0005191538420.1206-100000@manatee.mammalia.org> <87hfbuvwqh.fsf@sabmail.rresearch.com> <20000519220322.A45875@argon.blackdawn.com> <20000519191555.A25707@sabami.seaslug.org> <20000520081403.B29986@bone.nectar.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 20, 2000 at 08:14:03AM -0500, Jacques A . Vidrine wrote: > > I changed that ifdef to '#if __FreeBSD_version >= 330002'. > > This should be > > #if defined(__FreeBSD__) && __FreeBSD_version >= 330002 Actually, it CAN be either - standard cpp behavior when using an undefined symbol is to have the condition evaluate to false (which is what we want above). Of course, making that change is more aesthetically pleasing :-). > Actually, there should be a HAVE_MKSTEMPS defined by configure ... if > there isn't already, it should be added. True, but that's a little more complicated :-). -- Scott Blachowicz 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?20000520100524.A55649>