Date: Tue, 22 Jan 2002 08:52:23 -0500 From: Will Andrews <will@csociety.org> To: Mikhail Teterin <mi@aldan.algebra.com> Cc: will@csociety.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gd2 Makefile pkg-plist ports/graphics/gd2/files Makefile.bsd Message-ID: <20020122085223.F18609@squall.waterspout.com> In-Reply-To: <200201220401.g0M41jQ53644@aldan.algebra.com> References: <20020121222747.B18609@squall.waterspout.com> <200201220401.g0M41jQ53644@aldan.algebra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 21, 2002 at 11:01:42PM -0500, Mikhail Teterin wrote: > That's a possibility -- depending on how many things break (most have > -I${LB}/inlude anyway). One way or the other things will need patching, > so -- I figured -- might do the right thing :-) Actually, the old version didn't need patching to work with things that include <gd.h> instead of <gd/gd.h> -- you simply had to add CFLAGS+=-I${LOCALBASE}/include/gd to the port Makefile if the distribution wasn't smart enough to figure that out itself. The new version, in contrast, requires patching to anything that includes <gd/gd.h>, although you can imitate this effect fairly easily with a perl regex, that's higher overhead than CFLAGS+=. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020122085223.F18609>