pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48224: x11/xscreensaver can't find GTK, GDK-Pixbuf on netbsd-5/i386
The following reply was made to PR pkg/48224; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48224: x11/xscreensaver can't find GTK, GDK-Pixbuf on
netbsd-5/i386
Date: Tue, 5 Nov 2013 06:21:54 +0000
On Mon, Nov 04, 2013 at 09:35:00PM +0000, Thomas Klausner wrote:
> From: Thomas Klausner <wiz%NetBSD.org@localhost>
> To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
> Cc:
> Subject: Re: pkg/48224: x11/xscreensaver can't find GTK, GDK-Pixbuf on
> netbsd-5/i386
> Date: Mon, 4 Nov 2013 22:30:26 +0100
>
> On Mon, Nov 04, 2013 at 02:45:01AM +0000, John D. Baker wrote:
> > Looking at the error message, it appears NetBSD-5 'make' doesn't support
> > "-C directory".
>
> Does adding
> USE_TOOLS+= gmake
> fix this?
> (GNU make supports -C.)
Alternatively, you can patch like this:
- $(MAKE) -C $$dir $@
+ (cd $$dir && $(MAKE) $@)
I hadn't realized bmake had grown support for -C, actually.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index