pkgsrc-Bugs archive

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

Re: pkg/45570



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

From: Nat Sloss <nathanialsloss%yahoo.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/45570
Date: Sun, 27 Nov 2011 03:01:54 +1100

 Hi,  I had the same problem.
 
 What fixed it for me was setting the following in /etc/mk.conf
 
 TOOLS_PLATFORM.flex=   ${LOCALBASE}/bin/flex
 TOOLS_PLATFORM.lex=    ${LOCALBASE}/bin/lex
 
 But they also work if added to the package Make file ie wine-devel:
 
 --- Makefile.orig       2011-11-27 02:51:54.000000000 +1100
 +++ Makefile    2011-11-27 02:53:00.000000000 +1100
 @@ -26,6 +26,9 @@
  GNU_CONFIGURE=         yes
  UNLIMIT_RESOURCES=     datasize
 
 +TOOLS_PLATFORM.flex=   ${LOCALBASE}/bin/flex
 +TOOLS_PLATFORM.lex=    ${LOCALBASE}/bin/lex
 +
  REPLACE_PERL+=         tools/winemaker tools/winedump/function_grep.pl
 
  # The Wine configure script has problems locating the libraries in the
 
 Probably that is where they should be set.
 
 I hope this helps.
 
 Regards,
 
 Nat.
 


Home | Main Index | Thread Index | Old Index