*** ./Makefile.ORIG Fri Jun 4 11:52:27 2010 --- ./Makefile Fri Jun 4 11:54:37 2010 *************** *** 1,4 **** ! CC=gcc # gcc 2.7.1 or better is required # CFLAGS= # CFLAGS=-g -ansi -pedantic --- 1,4 ---- ! CC=cc -qcpluscmt # gcc 2.7.1 or better is required # CFLAGS= # CFLAGS=-g -ansi -pedantic *************** *** 9,16 **** GDC_LIB=libgdc.a # ----- install locations ----- ! PREFIX_INC = /usr/local/include ! PREFIX_LIB = /usr/local/lib # INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include --- 9,16 ---- GDC_LIB=libgdc.a # ----- install locations ----- ! PREFIX_INC = /opt/freeware/include ! PREFIX_LIB = /opt/freeware/lib # INCLUDEDIRS=-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/local/include *************** *** 18,26 **** # GDChart requires the gd library - www.boutell.com/gd/ # gd 2.0.28 or better is required (GIF support has returned to libgd) # if it's not installed in a standard location edit these lines for your installation ! GD_INCL=/usr/local/include/ ! GD_LD=/usr/local/lib/ ! GD_LIB=libgd.so # a static libgd is also available # GD_LIB=libgd.a --- 18,26 ---- # GDChart requires the gd library - www.boutell.com/gd/ # gd 2.0.28 or better is required (GIF support has returned to libgd) # if it's not installed in a standard location edit these lines for your installation ! GD_INCL=/opt/freeware/include/ ! GD_LD=//opt/freeware/lib/ ! GD_LIB=libgd.a # a static libgd is also available # GD_LIB=libgd.a