From owner-freebsd-questions@FreeBSD.ORG Sun Sep 9 18:27:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 695A216A418 for ; Sun, 9 Sep 2007 18:27:47 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9BC13C45D for ; Sun, 9 Sep 2007 18:27:46 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 76D3B1CCA6 for ; Sun, 9 Sep 2007 10:27:46 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 9 Sep 2007 20:27:43 +0200 User-Agent: KMail/1.9.7 References: <46E426D7.8040203@completecomputing.com> <200709091959.07952.fbsd.questions@rachie.is-a-geek.net> <46E43806.50705@completecomputing.com> In-Reply-To: <46E43806.50705@completecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709092027.44570.fbsd.questions@rachie.is-a-geek.net> Subject: Re: firefox 2.0.0.6 build fails: missing pangox.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 18:27:47 -0000 On Sunday 09 September 2007 20:14:30 Kyle Allender wrote: > I see where the error is looking for pangox.h, but that file is not > present in the directory. A search on the system shows that it was > never created by the pango build either. I have a feeling that there's > a switch I should have supplied to make when building the pango port, > but I'm not sure what switch that would have been. > > Thoughts? cd /usr/ports/x11-toolkits/pango && grep pangox pkg-plist && grep X11 Makefile holds the answer to your problem. -- Mel