Path to this page:
Subject: CVS commit: pkgsrc/x11/lesstif
From: David A. Holland
Date: 2018-02-20 11:53:31
Message id: 20180220105331.1FEBBFB40@cvs.NetBSD.org
Log Message:
Don't include Xm/Print.h into Xm/All.h.
Xm/Print.h requires headers from libXp (which is dead, gone, not lamented)
and thus doesn't compile. Anything that specifically uses it is broken, as
is anything that assumes Xm/All.h will include it; but things that just use
Xm/All.h should not fail.
Such things include xpdf's configure script (PR 50039).
It isn't obvious to me why this package installs header files it
clearly never runs through the compiler, but for now at least that's
somebody else's problem.
PKGREVISION -> 6
Files: