Skip to content

Commit df2a7fe

Browse files
nilasoncjones051073
authored andcommitted
geos: revert added legacysupport and blacklist macOS 10.15 provided Xcode clang
Reverts commit 504569d See: https://trac.macports.org/ticket/73172
1 parent 31ba18f commit df2a7fe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

science/geos/Portfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
PortSystem 1.0
44
PortGroup cmake 1.1
5-
PortGroup legacysupport 1.1
65

76
# NOTE: When updating this port, check whether the dylib name and/or version
87
# changes. If so, all dependents will need to be rev-bumped.
@@ -37,10 +36,8 @@ compiler.cxx_standard 2017
3736
# and linking errors observed for Xcode 5.1.1 (clang 503) on 10.8.
3837
# See https://github.com/macports/macports-ports/pull/6159
3938
# 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
39+
# See also https://trac.macports.org/ticket/73172
40+
compiler.blacklist-append {clang < 1205}
4441

4542
use_parallel_build yes
4643

0 commit comments

Comments
 (0)