pkgsrc-Bulk archive

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

Re: pkgsrc-current Linux 2.6.18-5-vserver-686/i686 2007-09-28 12:43



> x11/gtk2                                  37 pkgsrc-users%NetBSD.org@localhost

This is in the configure.log as:

WARNING: [subst.mk:pthread] Ignoring non-text file "./gdk-pixbuf/Makefile.in". 

How to get it to not skip it?

> x11/Xaw3d                                  2 pkgsrc-users%NetBSD.org@localhost

This should work assuming that the imake .cf configurations on your system 
set YACC and LEX the same as pkgsrc. Can you try this?

diff -u -r1.52 Makefile
--- x11/Xaw3d/Makefile  11 Sep 2007 23:49:39 -0000      1.52
+++ x11/Xaw3d/Makefile  28 Sep 2007 13:48:46 -0000
@@ -17,6 +17,7 @@
 
 WRKSRC=                ${WRKDIR}/xc/lib/Xaw3d
 USE_IMAKE=     YES
+USE_TOOLS+=    lex yacc
 PLIST_SRC=     ${WRKDIR}/PLIST-src
 
 .include "../../mk/bsd.prefs.mk"




  Jeremy C. Reed



Home | Main Index | Thread Index | Old Index