[MacPorts] #61215: libvterm: patch-Makefile.diff is unused
MacPorts
noreply at macports.org
Wed Sep 23 08:02:00 UTC 2020
#61215: libvterm: patch-Makefile.diff is unused
--------------------------+----------------------
Reporter: chrstphrchvz | Owner: raimue
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.3
Keywords: | Port: libvterm
--------------------------+----------------------
devel/libvterm/files/patch-Makefile.diff has been unused (i.e. no
`patchfiles` usage in the portfile) since the `libvterm` port was
submitted in 2015.
The port currently seems to build fine without it. Much of the patch would
no longer be applicable: the only portion that seems potentially
applicable is:
{{{
+CFLAGS +=$(shell pkg-config --cflags ncursesw)
+LDFLAGS+=$(shell pkg-config --libs ncursesw)
}}}
…but I do not know if it would be correct to apply this.
--
Ticket URL: <https://trac.macports.org/ticket/61215>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list