NetBSD-Bugs archive

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

Re: toolchain/40810 (same as pr#33010)



On Sun, Mar 01, 2009 at 07:35:03AM +0000, Gergely G?bor wrote:
>  I have successfully worked around this bug, with manually building the
>  file, adding -ltermcap to the compiler's options, and other parts
>  build allright on the machine.

Can you try the attached patch instead?

Joerg
Index: Makefile.in
===================================================================
RCS file: /home/joerg/repo/netbsd/src/gnu/dist/texinfo/Makefile.in,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile.in
--- Makefile.in 2 Sep 2008 08:00:24 -0000       1.6
+++ Makefile.in 28 Feb 2009 19:47:27 -0000
@@ -230,7 +230,7 @@ EXTRA_DIST = ChangeLog.46 INSTALL.generi
 # This is to prevent texinfo.tex from being included in the top-level
 # distribution directory.
 TEXINFO_TEX = doc/texinfo.tex
-@TOOLS_ONLY_FALSE@SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util 
doc
+@TOOLS_ONLY_FALSE@SUBDIRS = $(native_tools) intl m4 lib makeinfo po util doc
 @TOOLS_ONLY_TRUE@SUBDIRS = lib info makeinfo util
 
 # for gettext.


Home | Main Index | Thread Index | Old Index