Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 05:45:54 +0900
From:      FUJISHIMA Satsuki <k5@cheerful.com>
To:        mark@dogma.freebsd-uk.eu.org
Cc:        ports@freebsd.org
Subject:   Re: wine-2000.04.30 runtime errors
Message-ID:  <86og5v7k3h.wl@cheerful.com>
In-Reply-To: In your message of "Wed, 24 May 2000 20:39:00 %2B0100" <20000524203900.E232@parish>
References:  <86puqb7ofg.wl@cheerful.com> <20000524203900.E232@parish>

next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 24 May 2000 20:39:00 +0100,
Mark Ovens <mark@dogma.freebsd-uk.eu.org> wrote:
> Thanks for the feedback. I patched work/wine-20000430/Makefile.in as
> you suggested, but
> 
> parish# make -f Makefile.in
> "Makefile.in", line 145: Need an operator
> make: fatal errors encountered -- cannot continue
> parish# 
> 
> The offending line is
> 
> @MAKE_RULES@
> 

Makefile.in is not Makefile but a template for making Makefile with
configure. What I meant was:

# cd /usr/ports/emulators/wine
# cp (patch for Makefile.in) patches/patch-zz
# make
<...compiling wine...>
# cd $(make -V WRKSRC)
# make install

-- 
FUJISHIMA Satsuki


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?86og5v7k3h.wl>