Subject: Re: gle and -lGL
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 12/01/2006 23:32:11
On Fri, Dec 01, 2006 at 05:28:01PM -0500, Louis Guillaume wrote:
> diff -r1.24 Makefile
> 20c20
> < LIBS+=                        -lXext
> ---
> > LIBS+=                        -lXext -lpthread
> cvs diff: Diffing patches

This is certainly not correct. ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
perhaps, but not that.

Joerg