We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ba18f commit df2a7feCopy full SHA for df2a7fe
science/geos/Portfile
@@ -2,7 +2,6 @@
2
3
PortSystem 1.0
4
PortGroup cmake 1.1
5
-PortGroup legacysupport 1.1
6
7
# NOTE: When updating this port, check whether the dylib name and/or version
8
# changes. If so, all dependents will need to be rev-bumped.
@@ -37,10 +36,8 @@ compiler.cxx_standard 2017
37
36
# and linking errors observed for Xcode 5.1.1 (clang 503) on 10.8.
38
# See https://github.com/macports/macports-ports/pull/6159
39
# Also avoid compilation errors observed for Xcode 6, 7, and 8.
40
-compiler.blacklist-append {clang < 900}
41
-
42
-legacysupport.newest_darwin_requires_legacy \
43
- 19
+# See also https://trac.macports.org/ticket/73172
+compiler.blacklist-append {clang < 1205}
44
45
use_parallel_build yes
46
0 commit comments