diff options
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r-- | system/wine/wine.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 46f343c6bd..4af7af3edd 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.2.3} +VERSION=${VERSION:-1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,8 +50,8 @@ IEFIX=${IEFIX:-NO} # the run the script like: OPENGL=NO ./wine.SlackBuild OPENGL=${OPENGL:-YES} -# This patch is for Fallout3. It may conflict with other apps though. -FALLOUT3=${FALLOUT3:-NO} +# Apply DIB patch. +DIB=${DIB:-NO} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -94,11 +94,6 @@ if [ "$OPENGL" = "YES" ]; then do_opengl="without" fi -# If FALLOUT3=YES then apply patch. -if [ "$FALLOUT3" = "YES" ]; then - patch --verbose -p1 < $CWD/fallout3.diff -fi - # If DIB=YES then apply DIB patches. if [ "$DIB" = "YES" ]; then mkdir dib |