Subject: Re: pkg/36597: sysutils/wmSMPmon does not compile with X11_TYPE=modular
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-bugs
Date: 07/03/2007 00:25:02
The following reply was made to PR pkg/36597; it has been noted by GNATS.
From: "OBATA Akio" <obache@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: pkg/36597: sysutils/wmSMPmon does not compile with X11_TYPE=modular
Date: Tue, 03 Jul 2007 09:22:58 +0900
On Tue, 03 Jul 2007 08:45:00 +0900, <khorben@defora.org> wrote:
> Compilation of sysutils/wmSMPmon fails when X11_TYPE is set to
> "modular", with the following error:
> X11/extensions/shape.h not found
>
> Working around this error by manually linking to the relevant file in
> work/.buildlink is not enough, it then fails like this:
> ld: cannot find -lXext
Adding following lines to Makefile fixes this problem?
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
--
"Of course I love NetBSD":-)
OBATA Akio / obache@NetBSD.org