diff options
author | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2009-02-17 14:11:27 +0000 |
---|---|---|
committer | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2009-02-17 14:11:27 +0000 |
commit | e63c3341210be87816da72c66bb36b6a21b8ac11 (patch) | |
tree | 8d319d80c67a894340fd18fe7be7c8e6ca079bfb /app | |
parent | 31b52db3d69b16553cb99158dce4a3c3defd1ea1 (diff) | |
download | slackbuilds-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-x | app/emulation/wine/wine.SlackBuild | 3 |
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 |