Changed BEOS cases in CMakeLists.txt to HAIKU, this fixes the Allegro build

This commit is contained in:
Scott McCreary
2013-12-18 01:25:44 +00:00
parent 78f15dc815
commit 51384b8280
2 changed files with 53 additions and 3 deletions

View File

@@ -21,8 +21,8 @@ COPYRIGHT="1998-2010 Shawn Hargreaves et al."
REVISION="1"
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
allegro$secondaryArchSuffix = $portVersion
@@ -53,7 +53,7 @@ BUILD_PREREQUIRES="
cmd:pkg_config
"
#PATCHES="allegro-4.4.1.1.patchset"
PATCHES="Haiku.patch"
BUILD()
{