Added patches provided by Stephen Kitt <steve@sk2.org>.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2277 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2011-10-27 23:07:07 +00:00
parent 011aef2f01
commit 8fe6967fbd
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -383,7 +383,7 @@ if test "$?" -gt 0; then
fi
case $cxx_version in
2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*)
2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9].[0-9][-.]*|4.[0-9]|4.[0-9].[0-9]|4.[0-9].[0-9][-.]*)
_cxx_major=`echo $cxx_version | cut -d '.' -f 1`
_cxx_minor=`echo $cxx_version | cut -d '.' -f 2`
cxx_version="$cxx_version, ok"

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Name=Stella
Comment=A multi-platform Atari 2600 emulator
Exec=stella
Exec=stella %f
Icon=stella.png
Terminal=false
Type=Application