diff options
author | dholland <dholland@pkgsrc.org> | 2018-02-20 10:53:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2018-02-20 10:53:30 +0000 |
commit | e469d5eb5024c127d1770d1c5a3f43b4730a1405 (patch) | |
tree | f6a12eaab94c5d1bd8f2f0e868ac8f000c31b8be /x11/lesstif/Makefile | |
parent | d59e8b6a3f63ea346f1a80c02100ebcf5979e6e1 (diff) | |
download | pkgsrc-e469d5eb5024c127d1770d1c5a3f43b4730a1405.tar.gz |
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
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 30dd06f5ac9..fae4fd81cf6 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.104 2015/07/04 16:18:42 joerg Exp $ +# $NetBSD: Makefile,v 1.105 2018/02/20 10:53:30 dholland Exp $ DISTNAME= lesstif-0.95.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lesstif/} EXTRACT_SUFX= .tar.bz2 |