freebsd-ports/lang/STk/files/patch-Tcl-configure
Dmitry Marakasov 4c0e1f2130 - Fix build on 9.0
- Mark MAKE_JOBS_UNSAFE
2009-11-04 17:03:34 +00:00

11 lines
446 B
Text

--- Tcl/configure.orig 1998-01-03 15:46:25.000000000 +0300
+++ Tcl/configure 2009-11-04 05:58:13.000000000 +0300
@@ -3219,7 +3219,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`