OpenSDE Packages Database (without history before r20070)
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

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../gcl/strict-sh.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur gcl-2.6.7-orig/configure gcl-2.6.7/configure
  17. --- gcl-2.6.7-orig/configure 2005-01-15 19:17:17.000000000 +0000
  18. +++ gcl-2.6.7/configure 2006-01-24 20:50:53.561657250 +0000
  19. @@ -1711,7 +1711,7 @@
  20. # results, and the version is kept in special file).
  21. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  22. - system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'`
  23. + system=MP-RAS-`${AWK} '{print $3}' /etc/.relid`
  24. fi
  25. if test "`uname -s`" = "AIX" ; then
  26. system=AIX-`uname -v`.`uname -r`
  27. @@ -2409,7 +2409,7 @@
  28. X_LIBS="$X_LIBS -L$x_libraries"
  29. # For Solaris; some versions of Sun CC require a space after -R and
  30. # others require no space. Words are not sufficient . . . .
  31. - case "`(uname -sr) 2>/dev/null`" in
  32. + case "`( uname -sr ) 2>/dev/null`" in
  33. "SunOS 5"*)
  34. echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
  35. echo "configure:2416: checking whether -R must be followed by a space" >&5
  36. diff -Nur gcl-2.6.7-orig/configure.in gcl-2.6.7/configure.in
  37. --- gcl-2.6.7-orig/configure.in 2005-01-15 19:17:17.000000000 +0000
  38. +++ gcl-2.6.7/configure.in 2006-01-24 20:51:57.493652750 +0000
  39. @@ -538,7 +538,7 @@
  40. # results, and the version is kept in special file).
  41. if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
  42. - system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'`
  43. + system=MP-RAS-`${AWK} '{print $3}' /etc/.relid`
  44. fi
  45. if test "`uname -s`" = "AIX" ; then
  46. system=AIX-`uname -v`.`uname -r`