The following reply was made to PR ports/41845; it has been noted by GNATS.
From: Brad Johnson <bjoh...@got.wedgie.org>
To: free...@FreeBSD.org
Cc: bhi...@nmsu.edu
Subject: Re: ports/41845: /usr/ports/audio/libmikmod fails to compile
Date: Wed, 21 Aug 2002 16:51:07 -0400 (EDT)
It's because you're using csh as your shell. It's trying to set the
variable Xsed using "Xsed=". Csh and tcsh don't understand that kind of
syntax. The scripts determine your shell from the SHELL environment
variable, so just make sure it's set correctly. Run bash or sh and then
type:
export SHELL=/usr/local/bin/bash
or
export SHELL=/bin/sh
or wherever your shell is.
That should work. Although, if the libtool script is dependent on a Bourne
shell, the configuration script for libmikmod should really specify
/bin/sh instead of just grabbing your SHELL and hoping it's Bourne (for
the few of us out there who still use C shells on occasion).
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message