Fix Vision recipe for x86_64.

This commit is contained in:
Rene Gollent
2013-12-18 20:56:13 -05:00
parent 27b6b01103
commit 03bcd41e3d

View File

@@ -4,10 +4,10 @@ HOMEPAGE="http://vision.sourceforge.net/"
SRC_URI="svn://svn.code.sf.net/p/vision/code/branches/0.9.7#947"
LICENSE="MPL v1.1"
COPYRIGHT="1999-2010 The Vision Team"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
if [ $targetArchitecture == x86 ]; then
if [ $targetArchitecture != x86_gcc2 ]; then
PATCHES="vision-0.9.7-gcc4.patch"
fi