summaryrefslogtreecommitdiff
path: root/lang/tclX
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2009-11-27 07:11:36 +0000
committerMikhail Teterin <mi@FreeBSD.org>2009-11-27 07:11:36 +0000
commitc411bdd4fc3d2a0a33ca7c1609bf97ede1205c98 (patch)
tree867b1e3881f2a91ba833dc73a2af7366901f6af0 /lang/tclX
parentWhen preparing a package, epm copies the files to be included into a (diff)
Fix a line in configure script, which had a bug in it, that we didn't
care for, because the line was never reachable on FreeBSD. Our new and improved sh cares deeply about such problems, however, and configure started to fail even on 7-STABLE at the beginning of October. Notified by: miwi
Notes
Notes: svn path=/head/; revision=244829
Diffstat (limited to 'lang/tclX')
-rw-r--r--lang/tclX/files/patch-configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/tclX/files/patch-configure b/lang/tclX/files/patch-configure
index 54f417071836..8f438103e3fe 100644
--- a/lang/tclX/files/patch-configure
+++ b/lang/tclX/files/patch-configure
@@ -9,3 +9,10 @@
if test "$TEA_PLATFORM" = "windows"; then
TCLSH_PROG=${REAL_TCL_BIN_DIR}/tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}${TCL_DBGX}${EXEEXT}
else
+@@ -7000,5 +7000,5 @@
+
+ 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