Skip to content
Permalink
Browse files

tcl: add dtrace variant

  • Loading branch information
DanielO authored and cjones051073 committed Mar 19, 2014
1 parent 53f8338 commit 5757dc481828d377832bb6c1f029994858d35418
Showing with 4 additions and 0 deletions.
  1. +4 −0 lang/tcl/Portfile
@@ -71,6 +71,10 @@ variant memdebug description {enable memory debugging support} {
configure.args-append --enable-symbols=mem
}

variant dtrace description {Enable DTrace static probes} {
configure.args-append --enable-dtrace
}

platform darwin {
configure.args-append tcl_cv_type_64bit="long long"
}

0 comments on commit 5757dc4

Please sign in to comment.
You can’t perform that action at this time.