$NetBSD: patch-aa,v 1.3 1998/08/07 11:10:46 agc Exp $ --- Makefile.orig Mon Jul 13 13:02:23 1998 +++ Makefile Mon Jul 13 13:04:02 1998 @@ -6,16 +6,16 @@ # GD_INCLUDE # The path to the include files for the gd graphics library. #GD_INCLUDE=/usr/local/include/gd -GD_INCLUDE=gd1.2 +GD_INCLUDE=${PREFIX}/include/gd # GD_LIB # The path to the gd graphics library: libgd.a #GD_LIB=/usr/local/lib -GD_LIB=gd1.2 +GD_LIB=${PREFIX}/lib # Where is perl 5 on this machine # PERL=/usr/local/bin/perl -PERL=/usr/local/gnu/bin/perl5 +PERL=${PREFIX}/bin/perl # CC