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

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +3 lines)
Line  Link Here
0
-- configure
0
++ configure
Lines 18397-18406 Link Here
18397
_ACEOF
18397
_ACEOF
18398
18398
18399
18399
18400
cat >>confdefs.h <<\_ACEOF
18401
#define GTK_DISABLE_DEPRECATED
18402
_ACEOF
18403
18404
18400
18405
cat >>confdefs.h <<\_ACEOF
18401
cat >>confdefs.h <<\_ACEOF
18406
#define _FILE_OFFSET_BITS 64
18402
#define _FILE_OFFSET_BITS 64
18407
-- configure.ac
18403
++ configure.ac
Lines 298-304 Link Here
298
298
299
# Other needed defines
299
# Other needed defines
300
AC_DEFINE(_REENTRANT, , [Enable reenrant code of glibc])
300
AC_DEFINE(_REENTRANT, , [Enable reenrant code of glibc])
301
AC_DEFINE(GTK_DISABLE_DEPRECATED, , [Enable warnings about deprecated functions usage])
302
AC_DEFINE(_FILE_OFFSET_BITS, 64, [To support files over 2GB])
301
AC_DEFINE(_FILE_OFFSET_BITS, 64, [To support files over 2GB])
303
302
304
# Prepare all requiered flags
303
# Prepare all requiered flags
305
-- main/face/list.cc
304
++ main/face/list.cc
Lines 8-14 Link Here
8
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
8
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
9
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
 */
10
 */
11
#define GTK_DISABLE_DEPRECATED
12
11
13
#include <stdio.h>
12
#include <stdio.h>
14
#include <gtk/gtk.h>
13
#include <gtk/gtk.h>

Return to bug 193360