aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2009-02-17 14:11:27 +0000
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2009-02-17 14:11:27 +0000
commite63c3341210be87816da72c66bb36b6a21b8ac11 (patch)
tree8d319d80c67a894340fd18fe7be7c8e6ca079bfb /app
parent31b52db3d69b16553cb99158dce4a3c3defd1ea1 (diff)
downloadslackbuilds-e63c3341210be87816da72c66bb36b6a21b8ac11.tar.gz
slackbuilds-e63c3341210be87816da72c66bb36b6a21b8ac11.tar.bz2
small wine workaround
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2107 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app')
-rwxr-xr-xapp/emulation/wine/wine.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/emulation/wine/wine.SlackBuild b/app/emulation/wine/wine.SlackBuild
index 043af638..396d9b6c 100755
--- a/app/emulation/wine/wine.SlackBuild
+++ b/app/emulation/wine/wine.SlackBuild
@@ -41,7 +41,8 @@ PKG=${PKG:=$TMP/package-$PKG_NAME}
REPOS=${REPOS:=$TMP}
PREFIX=${PREFIX:=/usr}
PKG_WORK="$TMP/$SRC_NAME"
-CONF_OPTIONS=${CONF_OPTIONS:="--sysconfdir=/etc --localstatedir=/var"}
+# TEMPORARY ADDED --without-freetype as it's failing to build for some unknow reason...
+CONF_OPTIONS=${CONF_OPTIONS:="--sysconfdir=/etc --localstatedir=/var --without-freetype"}
NUMJOBS=${NUMJOBS:="-j4"}
# Set system libraries' path and optmization flags based on $ARCH