pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/36597: sysutils/wmSMPmon does not compile with X11_TYPE=modular



The following reply was made to PR pkg/36597; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
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@localhost> 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@localhost
 



Home | Main Index | Thread Index | Old Index