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

(-)makefile.orig (-8 / +8 lines)
Lines 9-16 Link Here
9
GDC_LIB=libgdc.a
9
GDC_LIB=libgdc.a
10
10
11
# ----- install locations -----
11
# ----- install locations -----
12
PREFIX_INC = /usr/local/include
12
PREFIX_INC = /usr/include
13
PREFIX_LIB = /usr/local/lib
13
PREFIX_LIB = /usr/lib
14
14
15
# INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include 
15
# INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include 
16
16
Lines 18-31 Link Here
18
# GDChart requires the gd library - www.boutell.com/gd/
18
# GDChart requires the gd library - www.boutell.com/gd/
19
# libgd 1.8.4 or better is required.  Don't use 2.0.0
19
# libgd 1.8.4 or better is required.  Don't use 2.0.0
20
# if it's not installed in a standard location edit these lines for your installation
20
# if it's not installed in a standard location edit these lines for your installation
21
GD_INCL=../gd-1.8.4/
21
#GD_INCL=../gd-1.8.4/
22
GD_LD=../gd-1.8.4/
22
#GD_LD=../gd-1.8.4/
23
GD_LIB=libgd.a
23
#GD_LIB=libgd.a
24
# if you're using gd2.x, use these lines
24
# if you're using gd2.x, use these lines
25
# (it's typically built as a shared lib)
25
# (it's typically built as a shared lib)
26
# GD_INCL  = ../gd-2.0.0/
26
GD_INCL  = /usr/include/
27
# GD_LD    = ../gd2/
27
GD_LD    = /usr/lib
28
# GD_LIB   = ../libgd.so
28
GD_LIB   = libgd.so
29
29
30
# ----- lib png -----
30
# ----- lib png -----
31
# libgd requires libpng
31
# libgd requires libpng

Return to bug 66232