aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl83
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-10-26 15:26:23 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-10-26 15:26:23 +0000
commitdb2620f7fb0909f04da3a9ec54a3ef2e15d089c4 (patch)
tree0809df8bffc8aff01601d8d56d427b4b94374848 /lang/tcl83
parentf4b5b674c92c0c37ed520c339558f47c83d570eb (diff)
- fix build unter FreeBSD 9
Reported by: Ernst W. Winter
Notes
Notes: svn path=/head/; revision=243341
Diffstat (limited to 'lang/tcl83')
-rw-r--r--lang/tcl83/files/patch-configure22
1 files changed, 20 insertions, 2 deletions
diff --git a/lang/tcl83/files/patch-configure b/lang/tcl83/files/patch-configure
index 77f71fb0133e..a05d1c501261 100644
--- a/lang/tcl83/files/patch-configure
+++ b/lang/tcl83/files/patch-configure
@@ -1,5 +1,14 @@
---- configure.orig Fri Oct 18 22:44:46 2002
-+++ configure Tue Nov 12 21:40:13 2002
+--- configure.orig 2002-10-18 22:44:46.000000000 +0200
++++ configure 2009-10-26 16:24:59.000000000 +0100
+@@ -4767,7 +4767,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 }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' '/etc/.relid'`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`
@@ -4831,7 +4831,7 @@
EXTRA_CFLAGS=""
TCL_EXPORT_FILE_SUFFIX=""
@@ -38,3 +47,12 @@
TCL_LIB_VERSIONS_OK=nodots
;;
esac
+@@ -6192,7 +6193,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 }' /etc/.relid'`
++ system=MP-RAS-`awk '{print }' '/etc/.relid'`
+ fi
+ if test "`uname -s`" = "AIX" ; then
+ system=AIX-`uname -v`.`uname -r`