diff options
Diffstat (limited to 'system/wine/wine.SlackBuild')
-rw-r--r-- | system/wine/wine.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index a59573eedaafe..8967927c72d24 100644 --- a/system/wine/wine.SlackBuild +++ b/system/wine/wine.SlackBuild @@ -3,8 +3,8 @@ # Slackware build script for wine # Copyright 2011 David Woodfall +# Copyright 2006-2009 Robby Workman Northport, AL, USA # All rights reserved. -# Uses patches supplied by Robby Workman's previous slackbuild. # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -107,7 +107,7 @@ if [ -n "$WIN64" ]; then CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ../configure \ - --enable-win64 \ + --enable-win64 \ --prefix=/usr \ --libdir=/usr/lib64 \ --localstatedir=/var \ |