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: "OBATA Akio" <obache%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: Mon, 11 Nov 2013 22:13:54 +0900

 On Tue, 05 Nov 2013 16:25:00 +0900, John D. Baker 
<jdbaker%mylinuxisp.com@localhost> wrote:
 
 >  Patch in both places, in "Makefile.in":
 > +--- Makefile.in.orig    2013-02-05 00:46:07.000000000 -0600
 >  ++++ Makefile.in 2013-11-05 01:15:16.000000000 -0600
 >  +@@ -19,8 +19,8 @@
 >  +
 >  + TAR            = tar
 >  +
 >  +-MAKE_SUBDIR  = for dir in $(SUBDIRS); do $(MAKE) -C $$dir $@ || exit 5; 
 > done
 >  +-MAKE_SUBDIR2 = for dir in $(SUBDIRS2); do $(MAKE) -C $$dir $@ || exit 5; 
 > done
 >  ++MAKE_SUBDIR  = for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@) || exit 
 > 5; done
 >  ++MAKE_SUBDIR2 = for dir in $(SUBDIRS2); do (cd $$dir && $(MAKE) $@) || 
 > exit 5; done
 >  +
 >  + default::
 >  +        @$(MAKE_SUBDIR)
 >
 
 Applied the patch and build fine on NetBSD-5 now.
 
 But as the charter of this PR, do you still want to add GTK/GDK-Pixbuf support?
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index