From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 10 19:41:59 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90C71106566B for ; Mon, 10 Mar 2008 19:41:59 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao102.cox.net (eastrmmtao102.cox.net [68.230.240.8]) by mx1.freebsd.org (Postfix) with ESMTP id 0E80B8FC22 for ; Mon, 10 Mar 2008 19:41:58 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080310194159.WPQJ19740.eastrmmtao102.cox.net@eastrmimpo02.cox.net>; Mon, 10 Mar 2008 15:41:59 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id zXhd1Y0024iy4EG0000000; Mon, 10 Mar 2008 15:41:37 -0400 Date: Mon, 10 Mar 2008 14:43:31 -0500 To: "Alfred Perlstein" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20080310190947.5F2181A4D83@elvis.mu.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20080310190947.5F2181A4D83@elvis.mu.org> User-Agent: Opera Mail/9.26 (Linux) Cc: gnome@freebsd.org, bright@mu.org Subject: Re: LDFLAGS adjustment for graphics/glitz X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 19:41:59 -0000 On Mon, 10 Mar 2008 14:09:47 -0500, Alfred Perlstein = wrote: > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvs/ncvs/ports/graphics/glitz/Makefile,v > retrieving revision 1.13 > diff -u -r1.13 Makefile > --- Makefile 4 Oct 2007 01:10:48 -0000 1.13 > +++ Makefile 17 Nov 2007 00:47:36 -0000 > @@ -20,7 +20,7 @@ > GNU_CONFIGURE=3D yes > USE_LDCONFIG=3D yes > -CONFIGURE_ENV=3D CPPFLAGS=3D"${PTHREAD_CFLAGS}" \ > - LDFLAGS=3D"${PTHREAD_LIBS}" > +CONFIGURE_ENV=3D CPPFLAGS=3D"${PTHREAD_CFLAGS} -I${X11BASE}/include/"= \ > + LDFLAGS=3D"${PTHREAD_LIBS} -L${X11BASE}/lib/" There is no X11BASE, it should be LOCALBASE. Anyway, care to explain why= = you want to add it if pointyhat can build it fine? Cheers, Mezz -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org