mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fix Vision recipe for x86_64.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user