lftp: use configure.cxxflags-append for Sequoia fix

This commit is contained in:
Marius Schamschula
2024-09-18 05:32:50 -05:00
parent 4037019bfa
commit a35dfc8644
+2 -2
View File
@@ -66,8 +66,8 @@ configure.args --with-openssl \
# and https://trac.macports.org/ticket/70750
platform darwin {
if {${os.major} == 24} {
configure.args-append \
CXXFLAGS=-I/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1
configure.cxxflags-append \
-I/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1
}
}