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 563c29b commit e42bb16Copy full SHA for e42bb16
textproc/lttoolbox/Portfile
@@ -38,6 +38,13 @@ patchfiles-append patch-ustring_h.diff
38
39
compiler.cxx_standard 2017
40
41
+# MacOS <= 10.8.
42
+# https://github.com/macports/macports-ports/pull/30356#discussion_r2594470779
43
+if {${os.platform} eq "darwin" && ${os.major} == 10 && ${os.minor} < 9} {
44
+ configure.cflags-append \
45
+ -D__DARWIN_C_LEVEL=__DARWIN_C_FULL
46
+}
47
+
48
set python_version 313
49
50
depends_build-append path:bin/pkg-config:pkgconfig \
0 commit comments