diff options
Diffstat (limited to 'dev-tcltk/tclxml/files/tclxml-3_configure.patch')
-rw-r--r-- | dev-tcltk/tclxml/files/tclxml-3_configure.patch | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/dev-tcltk/tclxml/files/tclxml-3_configure.patch b/dev-tcltk/tclxml/files/tclxml-3_configure.patch new file mode 100644 index 000000000000..58de6b1db4a8 --- /dev/null +++ b/dev-tcltk/tclxml/files/tclxml-3_configure.patch @@ -0,0 +1,74 @@ +Tkanhs to Matteo Pillon <matteo.pillon@gmail.com> +--- tcl.m4 2006-02-24 21:04:37.000000000 +0100 ++++ tcl.m4.1 2006-02-24 21:04:54.000000000 +0100 +@@ -588,7 +588,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` +@@ -1454,7 +1454,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` +--- configure 2004-07-11 05:43:18.000000000 +0200 ++++ configure.1 2006-02-24 21:14:04.000000000 +0100 +@@ -3771,7 +3771,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` +--- tclconfig/tcl.m4 2003-12-03 21:06:35.000000000 +0100 ++++ tclconfig/tcl.m4.1 2006-02-24 21:16:04.000000000 +0100 +@@ -759,7 +759,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` +@@ -2026,7 +2026,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` +--- expat/configure 2004-07-11 05:43:29.000000000 +0200 ++++ expat/configure.1 2006-02-24 21:16:31.000000000 +0100 +@@ -3860,7 +3860,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` +--- libxml2/configure 2004-07-11 14:11:03.000000000 +0200 ++++ libxml2/configure.1 2006-02-24 21:16:50.000000000 +0100 +@@ -3912,7 +3912,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` |