Bug 29313

Summary: Fix battalion-1.4 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:00:00 UTC
	battalion-1.4 currently on ports needs the -pthread flag to match
	up with Mesa.  The fix below does this.

How-To-Repeat: 	N/A
Comment 1 jmcoopr 2001-07-30 18:24:43 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 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
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-08-15 08:06:31 UTC
State Changed
From-To: open->closed

The problem in question has been fixed, thank you for reporting!