svn commit: r321139 - head/devel/zpu-gcc/files
Soeren Straarup
xride at FreeBSD.org
Mon Jun 17 16:17:46 UTC 2013
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
More information about the svn-ports-all
mailing list