[PATCH] XWin: Fix for static libXfont use

Tiago Vignatti tiago.vignatti at nokia.com
Mon Jun 28 04:20:51 PDT 2010


On Mon, Jun 28, 2010 at 12:48:53PM +0200, ext Colin Harrison wrote:
> Hi,
> 
> All XWin DDX builds use libXfont built static.
> The following libXfont patch is needed following recent master git changes
> (use of register_fpe_functions from libXfont in the server)...
> 
> --- ./src/util/save_miscutil.c  2010-06-21 16:47:00.000000000 +0100
> +++ ./src/util/miscutil.c       2010-06-28 11:25:19.000000000 +0100
> @@ -48,8 +48,10 @@
> 
>  extern void BuiltinRegisterFpeFunctions(void);
> 
> +#ifndef WIN32
>  /* make sure everything initializes themselves at least once */
>  weak long serverGeneration = 1;
> +#endif
> 

can't we just live without serverGeneration then? My quickly compile & test
approach here worked well when doing it.


Thanks,

             Tiago
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100628/942057c0/attachment.pgp>


More information about the xorg-devel mailing list