[PATCH] XWin: Fix for static libXfont use

Colin Harrison colin.harrison at virgin.net
Fri Jul 9 09:37:07 PDT 2010


Hi,

Looks like the commit in libXfont...

8f75706901da0141590d46f0f898e5678feac953

fixed the Cygwin tinderbox but broke Mac.

Some conditional bodging needed?

Could just ditch defining NO_WEAK_SYMBOLS and go for

:#if !defined(WIN32) && !defined(__CYGWIN__)
 /* make sure everything initializes themselves at least once */
weak long serverGeneration = 1;
+#endif

in ./src/util/miscutil.c

Thanks,
Colin Harrison



More information about the xorg-devel mailing list