Fix mpkg test on 10.6

Closes: https://trac.macports.org/ticket/58892
This commit is contained in:
Joshua Root
2019-08-28 18:15:06 +10:00
parent 9e83ceadc7
commit 88e5637f55
+4
View File
@@ -28,6 +28,10 @@ post-patch {
reinplace "s|^CFLAGS = -g \$(WFLAGS)|CFLAGS = -g \$(WFLAGS) ${configure.cppflags} ${configure.cflags} ${configure.ldflags} [get_canonical_archflags]|g" ${worksrcpath}/Makefile.in
}
# Avoid dependencies on libcxx and a macports-clang compiler, because
# the mpkg test is fragile and assumes no dependencies.
configure.cxx_stdlib
configure.args --bindir=${prefix}/bin \
--mandir=${prefix}/share/man