Re: Needs some autoconf + pthread + etc. clue

2001-03-15 Thread Panagiotis Astithas
On Wed, Mar 14, 2001 at 11:39:16PM -0800, Doug Barton wrote: > The other hack I'm trying to get rid of is in the Makefile: > > post-patch: > @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched > @ ${SED} -e 's#-lpthread#-pthread#g' \ > ${WRKSRC}/configure.Patch

Needs some autoconf + pthread + etc. clue

2001-03-14 Thread Doug Barton
I'm trying to reduce the number of patches in one of my ports, but neither I nor the author of the software knows the solution to this problem. The patch I'm trying to eliminate is: http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/xscreensaver/files/patch-ab?rev=1.7 that refers to -lXmu -lXt and