From e63c3341210be87816da72c66bb36b6a21b8ac11 Mon Sep 17 00:00:00 2001 From: rafael2k Date: Tue, 17 Feb 2009 14:11:27 +0000 Subject: small wine workaround git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2107 370017ae-e619-0410-ac65-c121f96126d4 --- app/emulation/wine/wine.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.3