From 74f1bd6674d9ef9bd50a1fe91f99c84ed5b0e032 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Fri, 23 Mar 2012 14:08:57 -0500 Subject: system/wine: Updated for version 1.4. Signed-off-by: Erik Hanson --- system/wine/wine.SlackBuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'system/wine/wine.SlackBuild') diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 46f343c6bd053..4af7af3eddf3c 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 -- cgit v1.2.3