Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2008 08:32:24 -0600
From:      "Phillip Neiswanger" <sigsegv0@gmail.com>
To:        gnome@freebsd.org
Cc:        ports@freebsd.org
Subject:   FreeBSD Port: dia-0.96.1_6,1
Message-ID:  <op.ugnjz9nzqzkiqo@fillnstation>

next in thread | raw e-mail | index | archive | help
Hi,

The patch file patch-ae adds the line:

fpsetmask(0);

to main() in main.c. This function is depricated according to the man  
pages. If this functionality is still required the patch should be changed  
to add the line:

fedisableexcept(FE_ALL_EXCEPT);

 from the fenv function set to main().
--
phil



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.ugnjz9nzqzkiqo>