summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/winetools/files/winetools-0.9-clear_and_version-check.patch')
-rwxr-xr-xapp-emulation/winetools/files/winetools-0.9-clear_and_version-check.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-emulation/winetools/files/winetools-0.9-clear_and_version-check.patch b/app-emulation/winetools/files/winetools-0.9-clear_and_version-check.patch
new file mode 100755
index 0000000..dc010f2
--- /dev/null
+++ b/app-emulation/winetools/files/winetools-0.9-clear_and_version-check.patch
@@ -0,0 +1,29 @@
+diff -ur winetools-0.9jo-III.orig/wt0.9jo winetools-0.9jo-III/wt0.9jo
+--- winetools-0.9jo-III.orig/wt0.9jo 2005-12-23 15:39:07.000000000 +0100
++++ winetools-0.9jo-III/wt0.9jo 2005-12-23 15:51:01.000000000 +0100
+@@ -3197,7 +3197,7 @@
+ ;;
+
+ 1)
+- clear
++# clear
+ ;;
+ esac
+ }
+@@ -3294,11 +3294,11 @@
+ fi
+ fi
+
+-if [ "$WINEVER" = "0.9" -o "$WINEVER" = "0.9.1" -o "$WINEVER" = "0.9.2" -o "$WINEVER" = "0.9.3" ]; then
+- echo "`eval_gettext "Version of Wine is OK."`"
+-else
+- $DIALOG --title "`eval_gettext "*** NOTICE ***"`" --msgbox "`eval_gettext "WineTools is tested with Wine 0.9 - Beta.\nYou use a different version so the results are unpredictable."`" 9 60
+-fi
++#if [ "$WINEVER" = "0.9" -o "$WINEVER" = "0.9.1" -o "$WINEVER" = "0.9.2" -o "$WINEVER" = "0.9.3" ]; then
++# echo "`eval_gettext "Version of Wine is OK."`"
++#else
++# $DIALOG --title "`eval_gettext "*** NOTICE ***"`" --msgbox "`eval_gettext "WineTools is tested with Wine 0.9 - Beta.\nYou use a different version so the results are unpredictable."`" 9 60
++#fi
+
+ echo "`eval_gettext "Calls to wine are executed as "`" "\"$WINE\"."
+ echo "`eval_gettext "Config is $CONFIG."`"