Diff

Differences From Artifact [0dfabb437f]:

To Artifact [80606a5b08]:


146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
			runnable="0"
			xcompile="1"
			iszip="0"

			;;
	esac

	if echo "${kit}" | egrep -- '-(hppa64|amd64|sparc64)-' >/dev/null; then
		args="${args} --enable-64bit"
	fi

	case "${kitruncmd}" in
		wine)
			WINEPREFIX="${WINEPREFIX32}"
			export WINEPREFIX







|







146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
			runnable="0"
			xcompile="1"
			iszip="0"

			;;
	esac

	if echo "${kit}" | egrep -- '-(hppa64|amd64|sparc64)(-|$)' >/dev/null; then
		args="${args} --enable-64bit"
	fi

	case "${kitruncmd}" in
		wine)
			WINEPREFIX="${WINEPREFIX32}"
			export WINEPREFIX