[MacPorts] #66955: Kyua fails to build on Ventura
MacPorts
noreply at macports.org
Mon Feb 20 03:12:27 UTC 2023
#66955: Kyua fails to build on Ventura
---------------------+--------------------
Reporter: marka63 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: kyua
---------------------+--------------------
I've filed a bug with the upstream port
(https://github.com/jmmv/kyua/issues/219) but it is a simple fix to the
cli/Makefile.am.inc to allow kyua to build in the meantime.
{{{
diff --git a/cli/Makefile.am.inc b/cli/Makefile.am.inc
index 2787208..c4ff5aa 100644
--- a/cli/Makefile.am.inc
+++ b/cli/Makefile.am.inc
@@ -63,7 +63,7 @@ libcli_a_CPPFLAGS =
-DKYUA_CONFDIR="\"$(kyua_confdir)\""
libcli_a_CPPFLAGS += -DKYUA_DOCDIR="\"$(docdir)\""
libcli_a_CPPFLAGS += -DKYUA_MISCDIR="\"$(miscdir)\""
libcli_a_CPPFLAGS += $(DRIVERS_CFLAGS)
-libcli_a_LIBADD = libutils.a
+#libcli_a_LIBADD = libutils.a
if WITH_ATF
tests_clidir = $(pkgtestsdir)/cli
}}}
--
Ticket URL: <https://trac.macports.org/ticket/66955>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list