diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-13 11:53:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-13 11:53:48 +0800 |
commit | 7caf0dc6995cd4dda62aaf638334f3cc616ea9bf (patch) | |
tree | ddea5a2c01c976889f7f3e64e73108405706611b /math/vtk-tcl | |
parent | cf7061badbfa8861e75787e5dae5bfd2d47cf1e1 (diff) | |
download | freebsd-ports-gnome-7caf0dc6995cd4dda62aaf638334f3cc616ea9bf.tar.gz freebsd-ports-gnome-7caf0dc6995cd4dda62aaf638334f3cc616ea9bf.tar.zst freebsd-ports-gnome-7caf0dc6995cd4dda62aaf638334f3cc616ea9bf.zip |
During building executables on FreeBSD 4.X the "undefined reference to
`pthread_*'" was thrown. Fix this, and also some other cosmetic bugs.
PR: ports/62446
Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer)
Diffstat (limited to 'math/vtk-tcl')
-rw-r--r-- | math/vtk-tcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk-tcl/Makefile b/math/vtk-tcl/Makefile index 1d9ee063cc28..9ee8be5af3d4 100644 --- a/math/vtk-tcl/Makefile +++ b/math/vtk-tcl/Makefile @@ -36,4 +36,4 @@ do-patch: patch-common do-install: install-cnotice install-binaries install-libs cd ${WRKSRC}/Wrapping/Tcl ; ${MAKE} install -.include <bsd.port.mk> +.include <bsd.port.post.mk> |