Date: Mon, 30 Jul 2001 10:30:10 -0700 (PDT) From: John Merryweather Cooper <jmcoopr@webmail.bmi.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/29314: Fix battleball-2.1 for bento Message-ID: <200107301730.f6UHUAx97022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29314; it has been noted by GNATS. From: John Merryweather Cooper <jmcoopr@webmail.bmi.net> To: freebsd-gnats-submit@FreeBSD.org, jmcoopr@webmail.bmi.net Cc: Subject: Re: ports/29314: Fix battleball-2.1 for bento Date: Mon, 30 Jul 2001 10:27:31 -0700 It has been pointed out to me that this patch will break on -CURRENT because it hard-codes -pthread. Things will be improved by: 1) removing -pthread from the .C.o: recipe 2) adding $(PTHREAD_LIBS) to thr battleball: recipe; 3) adding MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} to the top-level Makefile; Live and learn . . . :) jmc P.S. I'll try and get this right next time . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107301730.f6UHUAx97022>