NetBSD-Bugs archive

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

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



The following reply was made to PR toolchain/40810; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: joerg%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost,
        elentirmo.gilgalad%gmail.com@localhost
Subject: Re: toolchain/40810 (same as pr#33010)
Date: Sun, 1 Mar 2009 20:00:32 +0100

 --VS++wcV0S1rZb1Fb
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 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
 
 --VS++wcV0S1rZb1Fb
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="texinfo-tool.diff"
 
 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.
 
 --VS++wcV0S1rZb1Fb--
 


Home | Main Index | Thread Index | Old Index