diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-06-28 11:20:06 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-29 00:36:36 -0500 |
commit | f8c9f19cb27bb41ef8c0003a08cd2321a561b9c0 (patch) | |
tree | e6e2539440d12b3fda9329d476c51e05550b76de /system/wine/wine.SlackBuild | |
parent | a3932df47bf9dc82990b000df3128f352b6b4f86 (diff) |
system/wine: Updated for version 1.1.44.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r-- | system/wine/wine.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 52c582545914..a44a82b9326e 100644 --- a/system/wine/wine.SlackBuild +++ b/system/wine/wine.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wine -VERSION=${VERSION:-1.1.42} +VERSION=${VERSION:-1.1.44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,14 +41,16 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# Some user reports indicate the wine and IE don't get along -# always, and that this might fix it. The wine team doesn't -# agree that it's the right thing to do, but it's your call. +# Some user reports indicate that wine and IE don't always get along +# and that this might fix it. The wine team doesn't agree that it's +# the right thing to do, but it's your call. IEFIX=${IEFIX:-NO} + # If your video card does not support hardware accelerated OpenGL, # the run the script like: OPENGL=NO ./wine.SlackBuild OPENGL=${OPENGL:-YES} -# This patch is for Fallout3. May conflict with other apps though. + +# This patch is for Fallout3. It may conflict with other apps though. FALLOUT3=${FALLOUT3:-NO} if [ "$ARCH" = "i486" ]; then |