SDL has moved over to mercurial, so adjusted previous patch and added new .bep file to get libsdl-1.2 branch

using hg.
This commit is contained in:
Scott McCreary
2010-06-06 08:29:10 +00:00
parent 0588b1f32a
commit ec2fcb667f
2 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="Simple Direct Media Layer"
HOMEPAGE="http://www.libsdl.org/"
SRC_URI="hg+http://hg.libsdl.org/SDL#SDL-1.2"
#CHECKSUM_MD5="e52086d1b508fa0b76c52ee30b55bec4"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libsdl-1.2-hg
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libsdl-1.2-hg
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1997-2009 Sam Lantinga"

View File

@@ -1,7 +1,6 @@
Index: src/main/beos/SDL_BeApp.cc diff -r 31b0f2e06e3c src/main/beos/SDL_BeApp.cc
=================================================================== --- a/src/main/beos/SDL_BeApp.cc Sun Apr 25 20:16:38 2010 -0400
--- src/main/beos/SDL_BeApp.cc (revision 5545) +++ b/src/main/beos/SDL_BeApp.cc Sun Jun 06 07:56:39 2010 +0000
+++ src/main/beos/SDL_BeApp.cc (working copy)
@@ -39,13 +39,15 @@ @@ -39,13 +39,15 @@
static int StartBeApp(void *unused) static int StartBeApp(void *unused)