From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 13 15:23:12 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD9116A4CF; Tue, 13 Jan 2004 15:23:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B0F43D66; Tue, 13 Jan 2004 15:22:54 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) i0DNMsFR052233; Tue, 13 Jan 2004 15:22:54 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0DNMs1Z052229; Tue, 13 Jan 2004 15:22:54 -0800 (PST) (envelope-from marcus) Date: Tue, 13 Jan 2004 15:22:54 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200401132322.i0DNMs1Z052229@freefall.freebsd.org> To: pdseniura@techie.com, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/61338: x11-toolkits/at-spi problem during ./configure phase X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 23:23:12 -0000 Synopsis: x11-toolkits/at-spi problem during ./configure phase State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Jan 13 14:41:28 PST 2004 State-Changed-Why: It looks like you may have modified the port's Makefile, or it got corrupted. Make sure you have the following lines in your at-spi Makefile: CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" Then try to rebuild it. It works properly for me on -CURRENT and -STABLE. http://www.freebsd.org/cgi/query-pr.cgi?pr=61338