Ticket #49623: root6.diff
File root6.diff, 788 bytes (added by cjones051073 (Chris Jones), 9 years ago) |
---|
-
Portfile
13 13 #github.setup root-mirror root <sha> 14 14 github.setup root-mirror root 6-04-08 v 15 15 version 6.04.08 16 revision 1 16 17 17 18 # this could be a better way to set the version (unless we use a sha sum for the git tag ;) 18 19 # version [string map {- .} $version] … … 239 240 # configure.args-append -DOCC_INCLUDE_DIR="${prefix}/include/oce" 240 241 # } 241 242 243 variant qt4 description {Enable QT4 support} { 244 configure.args-replace -Dqt=OFF -Dqt=ON 245 PortGroup qt4 1.0 246 } 247 242 248 variant cxx14 description {Enable c++14 compiler support} { 243 249 configure.args-replace -Dcxx14=OFF -Dcxx14=ON 244 250 }