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

Collapse All | Expand All

(-)php-5.0.5/ext/gd/libgd/gd.h (+6 lines)
Lines 5-10 Link Here
5
extern "C" {
5
extern "C" {
6
#endif
6
#endif
7
7
8
#ifdef HAVE_CONFIG_H
9
#include "config.h"
10
#endif
11
12
#include "php_compat.h"
13
8
#ifndef WIN32
14
#ifndef WIN32
9
/* default fontpath for unix systems */
15
/* default fontpath for unix systems */
10
#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:."
16
#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:."
(-)php-5.0.5/ext/gd/libgd/gdtables.c (+6 lines)
Lines 1-4 Link Here
1
1
2
#ifdef HAVE_CONFIG_H
3
#include "config.h"
4
#endif
5
6
#include "php_compat.h"
7
2
int gdCosT[] =
8
int gdCosT[] =
3
{
9
{
4
  1024,
10
  1024,
(-)php-5.0.5/ext/gd/libgd/wbmp.h (+5 lines)
Lines 12-17 Link Here
12
#ifndef __WBMP_H
12
#ifndef __WBMP_H
13
#define __WBMP_H	1
13
#define __WBMP_H	1
14
14
15
#ifdef HAVE_CONFIG_H
16
#include "config.h"
17
#endif
18
19
#include "php_compat.h"
15
20
16
/* WBMP struct
21
/* WBMP struct
17
** -----------
22
** -----------

Return to bug 120908