Date: Mon, 17 Jun 2013 16:17:46 +0000 (UTC) From: Soeren Straarup <xride@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321139 - head/devel/zpu-gcc/files Message-ID: <201306171617.r5HGHkdp049529@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xride Date: Mon Jun 17 16:17:46 2013 New Revision: 321139 URL: http://svnweb.freebsd.org/changeset/ports/321139 Log: Fix compile problems when using /bin/csh as login shell Approved by: Maintainer Added: head/devel/zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh (contents, props changed) Added: head/devel/zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/zpu-gcc/files/patch-gcc_gcc_fixinc_mkfixinc.sh Mon Jun 17 16:17:46 2013 (r321139) @@ -0,0 +1,11 @@ +--- gcc/gcc/fixinc/mkfixinc.sh.orig 2013-06-17 08:08:36.000000000 -0400 ++++ gcc/gcc/fixinc/mkfixinc.sh 2013-06-17 08:08:54.000000000 -0400 +@@ -72,7 +72,7 @@ + # OK. We gotta make the thing. + # make and install either the binary or the default script + +-defs="SHELL=\"$SHELL\" CC=\"$CC\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" LIBERTY=\"$LIBERTY\"" ++defs="SHELL=\"/bin/sh\" CC=\"$CC\" CFLAGS=\"$CFLAGS\" LDFLAGS=\"$LDFLAGS\" LIBERTY=\"$LIBERTY\"" + cmd="$MAKE ${defs} install-bin" + echo $cmd + eval $cmd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171617.r5HGHkdp049529>