Bug 53918 - [patch] devel/devhelp doesn't build on -STABLE
Summary: [patch] devel/devhelp doesn't build on -STABLE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rui Lopes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 07:30 UTC by Akifyev Sergey
Modified: 2003-06-30 18:35 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (611 bytes, patch)
2003-06-30 07:30 UTC, Akifyev Sergey
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Akifyev Sergey 2003-06-30 07:30:16 UTC
Devhelp is not linked against libc_r which causes
build error (at least on stable)

How-To-Repeat: build the port
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-06-30 10:28:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rui@ruilopes.com

Over to maintainer. 

Also, I think "-pthread -lc_r" is incorrect. 
Time to use PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" and 
PTHREAD_LIBS="${PTHREAD_LIBS}". 
What do think about?
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-06-30 18:34:42 UTC
State Changed
From-To: open->closed

I committed Rui's patch.  Thanks!