Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 459966 | Differences between
and this patch

Collapse All | Expand All

(-)a/builds/unix/ftconfig.in (-5 / +1 lines)
Lines 78-87 FT_BEGIN_HEADER Link Here
78
#undef FT_USE_AUTOCONF_SIZEOF_TYPES
78
#undef FT_USE_AUTOCONF_SIZEOF_TYPES
79
#ifdef FT_USE_AUTOCONF_SIZEOF_TYPES
79
#ifdef FT_USE_AUTOCONF_SIZEOF_TYPES
80
80
81
#undef SIZEOF_INT
81
#error "Unsupported code branch enabled. Please report a bug to bugs.gentoo.org."
82
#undef SIZEOF_LONG
83
#define FT_SIZEOF_INT  SIZEOF_INT
84
#define FT_SIZEOF_LONG SIZEOF_LONG
85
82
86
#else /* !FT_USE_AUTOCONF_SIZEOF_TYPES */
83
#else /* !FT_USE_AUTOCONF_SIZEOF_TYPES */
87
84
88
- 

Return to bug 459966