[kde-discuss] [osol-discuss] Will KDE4 .spec files be merged / contributed to SFE as well?
Adriaan de Groot
groot at kde.org
Fri Jan 25 17:08:18 PST 2008
On Friday 25 January 2008 13:00, Manish Chakravarty wrote:
> Thus we need to build Python for KDE4, again. Not sure if all the SFE/
> Indiana users would want that.
In this particular case, I think we can convince the Python OSOL packagers to
do that patching. See, the pyport.h file looks like this:
/**************************************************************************
Prototypes that are missing from the standard include files on some systems
(and possibly only some versions of such systems.)
Please be conservative with adding new ones, document them and enclose them
in platform-specific #ifdefs.
**************************************************************************/
#ifdef SOLARIS
/* Unchecked */
extern int gethostname(char *, int);
#endif
Where we know that on S10 that prototype is bogus. It's already in unistd.
More information about the kde-discuss
mailing list