Date: Mon, 30 Jul 2001 10:30:09 -0700 (PDT) From: John Merryweather Cooper <jmcoopr@webmail.bmi.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/29313: Fix battalion-1.4 for bento Message-ID: <200107301730.f6UHU9u97016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29313; 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/29313: Fix battalion-1.4 for bento Date: Mon, 30 Jul 2001 10:24:43 -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 CFLAGS and LDFLAGS; 2) adding $(PTHREAD_LIBS) to LIBS; 3) adding MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} to the top-level Makefile; Live and learn . . . :) jmc 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.f6UHU9u97016>