Bug 62446

Summary: [MAINTAINER UPDATE] math/vtk: fix for a building problem under FreeBSD 4.X
Product: Ports & Packages Reporter: Mykola Khotyaintsev <ko>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
vtk.diff none

Description Mykola Khotyaintsev 2004-02-06 19:40:08 UTC
During building executables on FreeBSD 4.X the "undefined reference to `pthread_*'" was thrown. This was for
vtk-java, vtk-python, and vtk-tcl port.

Fix: The solution is to link binaries with the "-pthread" flag for OSVERSION < 500016.

Hereby I attach the recursive diff file which solves this problem, and also fixes some minor bugs.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-02-11 07:07:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->linimon

Take.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-02-13 03:53:54 UTC
State Changed
From-To: open->closed

Committed, thanks.