From owner-freebsd-ports Mon Jul 30 10:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E808A37B405 for ; Mon, 30 Jul 2001 10:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6UHUAx97022; Mon, 30 Jul 2001 10:30:10 -0700 (PDT) (envelope-from gnats) Date: Mon, 30 Jul 2001 10:30:10 -0700 (PDT) Message-Id: <200107301730.f6UHUAx97022@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/29314: Fix battleball-2.1 for bento Reply-To: John Merryweather Cooper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/29314; it has been noted by GNATS. From: John Merryweather Cooper 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