diff options
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r-- | system/wine/wine.SlackBuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 093c1a6ceb7eb..9304f5889b640 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:-2.0.1} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -40,13 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -# 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 +# then run the script like: OPENGL=NO ./wine.SlackBuild OPENGL=${OPENGL:-YES} if [ "$ARCH" = "i586" ]; then @@ -78,11 +73,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# If IEFIX != NO above, then reverse the patch -if [ "$IEFIX" != "NO" ]; then - patch -p1 -R --verbose < $CWD/IE_fix_maybe.patch -fi - # If OPENGL=YES above, then enable opengl; otherwise, disable it. if [ "$OPENGL" = "YES" ]; then do_opengl="with" |