Bug 62446 - [MAINTAINER UPDATE] math/vtk: fix for a building problem under FreeBSD 4.X
Summary: [MAINTAINER UPDATE] math/vtk: fix for a building problem under FreeBSD 4.X
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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 19:40 UTC by Mykola Khotyaintsev
Modified: 2004-02-13 03:54 UTC (History)
0 users

See Also:


Attachments
vtk.diff (4.42 KB, patch)
2004-02-06 19:40 UTC, Mykola Khotyaintsev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.