Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2000 08:14:03 -0500
From:      "Jacques A . Vidrine" <n@nectar.com>
To:        Scott Blachowicz <scott@sabami.seaslug.org>
Cc:        Will Andrews <andrews@technologist.com>, Scott Blachowicz <scott@sabmail.rresearch.com>, R Joseph Wright <rjoseph@mammalia.org>, freebsd-ports@FreeBSD.ORG
Subject:   Re: KDE2: make install 'fails' ...
Message-ID:  <20000520081403.B29986@bone.nectar.com>
In-Reply-To: <20000519191555.A25707@sabami.seaslug.org>; from scott@sabami.seaslug.org on Fri, May 19, 2000 at 07:15:55PM -0700
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 19, 2000 at 07:15:55PM -0700, Scott Blachowicz wrote:
[snip]
> That reminds me...I forgot to include that problem with the missing
> mkstemps() function in this list.  That was in
> kdelibs-1.90/kdecore/ktempfile.cpp and this code:
> 
>     bool   
>     KTempFile::create(const QString &filePrefix, const QString &fileExtension,
>               int mode)
>     {
>     #ifdef __FreeBSD__
> 
> I changed that ifdef to '#if __FreeBSD_version >= 330002'.

This should be

  #if defined(__FreeBSD__) && __FreeBSD_version >= 330002

Actually, there should be a HAVE_MKSTEMPS defined by configure ... if
there isn't already, it should be added.

-- 
Jacques Vidrine / n@nectar.com / nectar@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?20000520081403.B29986>