Bug 53918

Summary: [patch] devel/devhelp doesn't build on -STABLE
Product: Ports & Packages Reporter: Akifyev Sergey <asa>
Component: Individual Port(s)Assignee: Rui Lopes <rui>
Status: Closed FIXED    
Severity: Affects Only Me CC: rui
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!