Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 22:20:07 -0800 (PST)
From:      oleg dashevskii <be9-ml@be9.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59222
Message-ID:  <200311130620.hAD6K7lF003092@freefall.freebsd.org>

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

From: oleg dashevskii <be9-ml@be9.ru>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/59222
Date: Thu, 13 Nov 2003 12:12:24 +0600

 Solved the problem. Here goes modified comms/bforce/files/patch-aa
 (now configure selects system's /usr/bin/byacc and voila)
 
 === cut ===
 --- configure.orig	Sun Nov 12 21:19:24 2000
 +++ configure	Thu Nov 13 11:59:17 2003
 @@ -746,10 +746,10 @@
  #
  echo $ac_n "checking "UUCP lock files directory"""... $ac_c" 1>&6
  echo "configure:749: checking "UUCP lock files directory"" >&5
 -if test -d /var/lock ; then
 -	lockdir=/var/lock/
 -elif test -d /var/spool/lock ; then
 +if test -d /var/spool/lock ; then
  	lockdir=/var/spool/lock/
 +elif test -d /var/lock ; then
 +	lockdir=/var/lock/
  else
  	lockdir=/var/lock/
  fi
 @@ -759,7 +759,7 @@
  
  echo "$ac_t"""$lockdir"" 1>&6
  
 -for ac_prog in 'bison -y' byacc
 +for ac_prog in byacc 'bison -y'
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
 === cut ===
 
 --
 be9



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