summaryrefslogtreecommitdiffstats
path: root/system/wine/wine.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r--system/wine/wine.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild
index 8fd9e1df53..d54859460c 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.5.25}
+VERSION=${VERSION:-1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -90,10 +90,7 @@ if [ "$OPENGL" = "YES" ]; then
do_opengl="without"
fi
-patch -p1 --verbose < $CWD/configure_asm.patch
-
# All of the libraries produced are 32bit libs anyway
-CCAS="/usr/bin/as" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \