Bug 29314

Summary: Fix battleball-2.1 for bento
Product: Ports & Packages Reporter: jmcoopr <jmcoopr>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jmcoopr 2001-07-30 03:20:00 UTC
	Yet Another (tm) port broken on bento because of a want of -pthread
	flags on the compile/link.

How-To-Repeat: 	N/A
Comment 1 jmcoopr 2001-07-30 18:27:31 UTC
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 . . .
Comment 2 jmcoopr 2001-08-06 21:03:12 UTC
Close this PR.  An equivalent PR by Patrick Li was commited today.

jmc
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-08-06 21:12:30 UTC
State Changed
From-To: open->closed

Superseded by 29482. Close requested by originator.