Date: Mon, 27 Jul 1998 00:10:02 -0700 (PDT) From: "David O'Brien" <obrien@NUXI.com> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/7406: graphics/fnlib doesn't build due to bad include paths Message-ID: <199807270710.AAA24658@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7406; it has been noted by GNATS. From: "David O'Brien" <obrien@NUXI.com> To: doconnor@gsoft.com.au, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/7406: graphics/fnlib doesn't build due to bad include paths Date: Mon, 27 Jul 1998 00:05:27 -0700 > Can't compile because /usr/local/include isn't in the include path, so > the Imlib includes aren't found Rather, ${PREFIX} isn't in the include path. > +CFLAGS = @CFLAGS@ -I/usr/local/include/ +CFLAGS = @CFLAGS@ -I$(PREFIX)/include/ is a better fix. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) 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?199807270710.AAA24658>