Date: Wed, 21 Aug 2002 13:50:03 -0700 (PDT) From: Brad Johnson <bjohnson@got.wedgie.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/41845: /usr/ports/audio/libmikmod fails to compile Message-ID: <200208212050.g7LKo3l4060335@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41845; it has been noted by GNATS. From: Brad Johnson <bjohnson@got.wedgie.org> To: freebsd-gnats-submit@FreeBSD.org Cc: bhicks@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). - Brad Johnson 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?200208212050.g7LKo3l4060335>