Date: Mon, 10 Mar 2008 13:19:48 -0700 From: Alfred Perlstein <alfred@freebsd.org> To: Jeremy Messenger <mezz7@cox.net> Cc: gnome@freebsd.org Subject: Re: LDFLAGS adjustment for graphics/glitz Message-ID: <20080310201947.GW67856@elvis.mu.org> In-Reply-To: <op.t7tfqtv09aq2h7@mezz.mezzweb.com> References: <20080310190947.5F2181A4D83@elvis.mu.org> <op.t7tfqtv09aq2h7@mezz.mezzweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Jeremy Messenger <mezz7@cox.net> [080310 13:00] wrote: > On Mon, 10 Mar 2008 14:09:47 -0500, Alfred Perlstein <bright@elvis.mu.org> > wrote: > > >Index: Makefile > >=================================================================== > >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= yes > > USE_LDCONFIG= yes > >-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ > >- LDFLAGS="${PTHREAD_LIBS}" > >+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include/" \ > >+ LDFLAGS="${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? It was broken in my environment? Perhaps pre-X11-moved-into-localbase? -- - Alfred Perlstein
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080310201947.GW67856>