From owner-freebsd-ports Mon Jul 27 00:11:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21588 for freebsd-ports-outgoing; Mon, 27 Jul 1998 00:11:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21578 for ; Mon, 27 Jul 1998 00:11:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA24658; Mon, 27 Jul 1998 00:10:02 -0700 (PDT) Date: Mon, 27 Jul 1998 00:10:02 -0700 (PDT) Message-Id: <199807270710.AAA24658@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: "David O'Brien" Subject: Re: ports/7406: graphics/fnlib doesn't build due to bad include paths Reply-To: "David O'Brien" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7406; it has been noted by GNATS. From: "David O'Brien" 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