| 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
jmcoopr
2001-07-30 03:00:00 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
State Changed From-To: open->closed The problem in question has been fixed, thank you for reporting! |