Adding patch which allows allegro-4.4.0 to build.

Saved old RC1 bep file for now.
This commit is contained in:
Chris Roberts
2009-12-22 03:50:38 +00:00
parent ca5c9c22ae
commit 4bac31a61f
3 changed files with 88 additions and 4 deletions

View File

@@ -1,14 +1,13 @@
DESCRIPTION="Allegro game programming library"
HOMEPAGE="http://alleg.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/project/alleg/allegro-prerelease/4.4.0-rc1/allegro-4.4.0-RC1.tar.gz"
CHECKSUM_MD5="62a822b0d64666d1057f4dbd93b97a6d"
SRC_URI="http://downloads.sourceforge.net/project/alleg/allegro/4.4.0/allegro-4.4.0.tar.gz"
CHECKSUM_MD5="8a0bd73f5225ba8961211a5c440ff45d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd allegro-4.4.0
fix.sh haiku
make obj/beos/asmdef.inc
cmake .
make
}