Opened 21 months ago
Closed 2 months ago
#66955 closed defect (fixed)
Kyua fails to build on Ventura
Reported by: | marka63 | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | kyua |
Description
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
Change History (1)
comment:1 Changed 2 months ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In dbbdcdc78b5a09a9141b3f4492c1fba2953b6cf0/macports-ports (master):