| 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
jmcoopr
2001-07-30 03:20: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 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 . . .
Close this PR. An equivalent PR by Patrick Li was commited today. jmc State Changed From-To: open->closed Superseded by 29482. Close requested by originator. |