Add x86_64 as supported architecture to ports required by Haiku.

This commit is contained in:
Oliver Tappe
2013-08-31 14:11:32 +02:00
parent 89d3ae6f21
commit 8ec70f6e92
68 changed files with 331 additions and 326 deletions

View File

@@ -10,13 +10,13 @@ DESCRIPTION="Mesa is an open-source implementation of the OpenGL specification -
A variety of device drivers allows Mesa to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs.
Mesa ties into several other open-source projects: the Direct Rendering Infrastructure and X.org to provide OpenGL support to users of X on Linux, FreeBSD and other operating systems."
HOMEPAGE="http://www.mesa3d.org/"
HOMEPAGE="http://www.mesa3d.org/"
COPYRIGHT="1999-2012 Brian Paul All Rights Reserved."
LICENSE="MIT"
SRC_URI="ftp://freedesktop.org/pub/mesa/9.1.1/MesaLib-9.1.1.tar.bz2"
CHECKSUM_MD5="6ea2bdc3b7ecfb4257b39814b4182580"
REVISION="1"
ARCHITECTURES="x86"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.