Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2002 18:20:02 -0800 (PST)
From:      Stefan Farfeleder <stefan@fafoe.dyndns.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed
Message-ID:  <200212210220.gBL2K2GT029706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46412; it has been noted by GNATS.

From: Stefan Farfeleder <stefan@fafoe.dyndns.org>
To: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed
Date: Sat, 21 Dec 2002 03:10:07 +0100

 --gKMricLos+KVdGMg
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Fri, Dec 20, 2002 at 11:20:44PM -0200, Mario Sergio Fujikawa Ferreira wrote:
 > 	Is it possible to just patch it to no longer use bison?
 > That would be neat. :)
 
 Ok, attached is a patch that causes DEFAULT_YACC to be set to 'byacc'.
 
 > Or, do you think that some ppl will prefer
 > bison for some reason?
 
 No.
 
 Regards,
 Stefan Farfeleder
 
 --gKMricLos+KVdGMg
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch-configure
 
 --- configure.orig	Sat Dec 21 02:57:02 2002
 +++ configure	Sat Dec 21 02:57:19 2002
 @@ -848,7 +848,7 @@
  # Generate a default definition for YACC.  This is used if the makefile can't
  # locate bison or byacc in objdir.
  
 -for prog in 'bison -y' byacc yacc
 +for prog in byacc yacc
  do
    set dummy $prog; tmp=$2
    IFS="${IFS= 	}"; save_ifs="$IFS"; IFS="${IFS}:"
 
 --gKMricLos+KVdGMg--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212210220.gBL2K2GT029706>