--- makefile.orig 2003-03-11 05:03:06.000000000 +0200 +++ makefile 2004-10-03 22:19:23.952527600 +0300 @@ -9,8 +9,8 @@ GDC_LIB=libgdc.a # ----- install locations ----- -PREFIX_INC = /usr/local/include -PREFIX_LIB = /usr/local/lib +PREFIX_INC = /usr/include +PREFIX_LIB = /usr/lib # INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include @@ -18,14 +18,14 @@ # GDChart requires the gd library - www.boutell.com/gd/ # libgd 1.8.4 or better is required. Don't use 2.0.0 # if it's not installed in a standard location edit these lines for your installation -GD_INCL=../gd-1.8.4/ -GD_LD=../gd-1.8.4/ -GD_LIB=libgd.a +#GD_INCL=../gd-1.8.4/ +#GD_LD=../gd-1.8.4/ +#GD_LIB=libgd.a # if you're using gd2.x, use these lines # (it's typically built as a shared lib) -# GD_INCL = ../gd-2.0.0/ -# GD_LD = ../gd2/ -# GD_LIB = ../libgd.so +GD_INCL = /usr/include/ +GD_LD = /usr/lib +GD_LIB = libgd.so # ----- lib png ----- # libgd requires libpng