| Summary: | Fix build of lang/ferite on -current | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Steven G. Kargl <kargl> | ||||
| 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
Steven G. Kargl
2002-10-20 00:20:01 UTC
On Sat, Oct 19, 2002 at 04:13:09PM -0700, Steven G. Kargl wrote:
> The build of ferite dies with unresolve symbols to the pthread
> library. CFLAGS is missing -pthread. Don't know if this
> effects -stable.
This one should probably be fixed using PTHREAD_CFLAGS and
PTHREAD_LIBS to account for the differences between requirements for
-stable and -current.
Kris
Kris Kennaway said: > On Sat, Oct 19, 2002 at 04:13:09PM -0700, Steven G. Kargl wrote: > > > The build of ferite dies with unresolve symbols to the pthread > > library. CFLAGS is missing -pthread. Don't know if this > > effects -stable. > > This one should probably be fixed using PTHREAD_CFLAGS and > PTHREAD_LIBS to account for the differences between requirements for > -stable and -current. > I can't find any info in the Ports Handbook about these use of these variables. -- Steve http://troutmask.apl.washington.edu/~kargl/ State Changed From-To: open->closed Requested by originator. |