You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.1 KiB
49 lines
2.1 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../gcl/strict-sh.patch |
|
# Copyright (C) 2006 The T2 SDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
diff -Nur gcl-2.6.7-orig/configure gcl-2.6.7/configure |
|
--- gcl-2.6.7-orig/configure 2005-01-15 19:17:17.000000000 +0000 |
|
+++ gcl-2.6.7/configure 2006-01-24 20:50:53.561657250 +0000 |
|
@@ -1711,7 +1711,7 @@ |
|
# results, and the version is kept in special file). |
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
|
- system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'` |
|
+ system=MP-RAS-`${AWK} '{print $3}' /etc/.relid` |
|
fi |
|
if test "`uname -s`" = "AIX" ; then |
|
system=AIX-`uname -v`.`uname -r` |
|
@@ -2409,7 +2409,7 @@ |
|
X_LIBS="$X_LIBS -L$x_libraries" |
|
# For Solaris; some versions of Sun CC require a space after -R and |
|
# others require no space. Words are not sufficient . . . . |
|
- case "`(uname -sr) 2>/dev/null`" in |
|
+ case "`( uname -sr ) 2>/dev/null`" in |
|
"SunOS 5"*) |
|
echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6 |
|
echo "configure:2416: checking whether -R must be followed by a space" >&5 |
|
diff -Nur gcl-2.6.7-orig/configure.in gcl-2.6.7/configure.in |
|
--- gcl-2.6.7-orig/configure.in 2005-01-15 19:17:17.000000000 +0000 |
|
+++ gcl-2.6.7/configure.in 2006-01-24 20:51:57.493652750 +0000 |
|
@@ -538,7 +538,7 @@ |
|
# results, and the version is kept in special file). |
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then |
|
- system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'` |
|
+ system=MP-RAS-`${AWK} '{print $3}' /etc/.relid` |
|
fi |
|
if test "`uname -s`" = "AIX" ; then |
|
system=AIX-`uname -v`.`uname -r`
|
|
|