Commits
Joshua Root authored 3d5f4e4382c
128 128 | } |
129 129 | |
130 130 | # See https://trac.macports.org/ticket/55380 |
131 131 | # High Sierra build fails with clang-3.9 |
132 132 | variant clang40 conflicts clang39 description {Build with clang 4.0 to enable OpenMP for speed} { |
133 133 | depends_lib-append port:clang-4.0 |
134 134 | configure.args-replace -DUSE_OPENMP=OFF -DUSE_OPENMP=ON |
135 135 | configure.compiler macports-clang-4.0 |
136 136 | } |
137 137 | |
138 - | default_variants +clang40 |
138 + | if {![variant_isset clang39]} { |
139 + | default_variants +clang40 |
140 + | } |
139 141 | |
140 142 | |
141 143 | notes " |
142 144 | Online documentation for ${name} is at: |
143 145 | http://www.darktable.org/usermanual/index.html.php |
144 146 | |
145 147 | PDF documentation may be downloaded at: |
146 148 | http://www.darktable.org/resources/ |
147 149 | " |
148 150 | livecheck.url https://github.com/darktable-org/darktable/releases |
149 151 | livecheck.regex release-(${branch}.\[0-9.\]?).tar |