mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
tk: upgrade 8.6.0 -> 8.6.4
update content of non-linux.diff Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
27
meta-oe/recipes-devtools/tcltk/tk/non-linux.diff
Normal file
27
meta-oe/recipes-devtools/tcltk/tk/non-linux.diff
Normal file
@@ -0,0 +1,27 @@
|
||||
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
|
||||
building on non-linux Debian architectures.
|
||||
|
||||
--- tk8.5-8.5.8.orig/unix/configure
|
||||
+++ tk8.5-8.5.8/unix/configure
|
||||
@@ -4447,6 +4447,9 @@
|
||||
if test "`uname -s`" = "AIX" ; then
|
||||
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
|
||||
fi
|
||||
+ if test "`uname -s`" = "NetBSD" -a -f /etc/debian_version ; then
|
||||
+ tcl_cv_sys_version=NetBSD-Debian
|
||||
+ fi
|
||||
fi
|
||||
fi
|
||||
|
||||
--- tk8.5-8.5.8.orig/unix/tcl.m4
|
||||
+++ tk8.5-8.5.8/unix/tcl.m4
|
||||
@@ -962,6 +962,9 @@
|
||||
if test "`uname -s`" = "AIX" ; then
|
||||
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
|
||||
fi
|
||||
+ if test "`uname -s`" = "NetBSD" -a -f /etc/debian_version ; then
|
||||
+ tcl_cv_sys_version=NetBSD-Debian
|
||||
+ fi
|
||||
fi
|
||||
fi
|
||||
])
|
||||
Reference in New Issue
Block a user