From db2620f7fb0909f04da3a9ec54a3ef2e15d089c4 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 26 Oct 2009 15:26:23 +0000 Subject: - fix build unter FreeBSD 9 Reported by: Ernst W. Winter --- lang/tcl83/files/patch-configure | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'lang/tcl83/files/patch-configure') 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` -- cgit v1.2.3