Subject: Re: building xine-ui under Linux
To: Jeremy C. Reed <reed@reedmedia.net>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 11/08/2003 11:26:02
On Fri, Nov 07, 2003 at 10:09:30AM -0800, Jeremy C. Reed wrote:
> First it failed because it didn't find a libfreetype2.la file. It was not
> buildlinked. freetype2 was included in the xine-lib/Makefile but was not
> in the xine-lib/buildlink2.mk. So I added
> 
> .include "../../graphics/freetype2/buildlink2.mk"
> 
> to pkgsrc/graphics/xine-lib/buildlink2.mk and the xine-ui build got past
> that.
[...]
> So I added
> .include "../../devel/ncurses/buildlink2.mk"
> to graphics/xine-ui/Makefile and it built and installed fine.
[...]
> Is it okay if I do the two fixes above?

Yes, please.

> I can put an OPSYS check for Linux for the ncurses part.

Not necessary IMHO.
 Thomas