Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 492710
Collapse All | Expand All

(-)config.h.in (+7 lines)
Lines 879-884 Link Here
879
   #define below would cause a syntax error. */
879
   #define below would cause a syntax error. */
880
#undef _UINT64_T
880
#undef _UINT64_T
881
881
882
/* Kludgey fix for Gentoo bug #492710, caused by improper use of the Tcl API.
883
 * Upstream should be using Tcl_SetObjResult, Tcl_GetObjResult, and/or
884
 * Tcl_GetStringResult. This is the simplest way for us to fix it, and should
885
 * be removed as soon as GST uses the Tcl interface correctly.
886
 */
887
#define USE_INTERP_RESULT 1
888
882
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
889
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
883
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
890
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
884
   #define below would cause a syntax error. */
891
   #define below would cause a syntax error. */

Return to bug 492710