freedroid, freedroidrpg replaces old bep file (#5484)

This commit is contained in:
Schrijvers Luc
2020-12-12 10:09:28 +01:00
committed by GitHub
parent 6890798ad5
commit e9cad8bdb1
2 changed files with 0 additions and 41 deletions

View File

@@ -1,25 +0,0 @@
DESCRIPTION="Freedroid Classic Game"
HOMEPAGE="http://freedroid.sourceforge.net/"
SOURCE_URI="http://sourceforge.net/projects/freedroid/files/freedroidClassic/FreedroidClassic-1.0.2/freedroid-1.0.2.tar.gz"
REVISION="1"
DEPEND="SDL >= 1.2.3 "
CHECKSUM_MD5="585a65f61c2cd308ab45d5c514f695dc"
BUILD()
{
cd freedroid-1.0.2
libtoolize --force --copy --install
aclocal
autoconf
automake
# chmod 755 configure
./configure --prefix=`finddir B_APPS_DIRECTORY`/FreeDroid
make
}
INSTALL()
{
cd freedroid-1.0.2
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2010 The Freedroid Team"

View File

@@ -1,16 +0,0 @@
diff -urN freedroid-1.0.2/configure.ac freedroid-1.0.2-haiku/configure.ac
--- freedroid-1.0.2/configure.ac 2003-08-09 10:04:33.031981568 -0700
+++ freedroid-1.0.2-haiku/configure.ac 2012-12-12 22:59:04.623116288 -0800
@@ -20,9 +20,9 @@
AC_PROG_MAKE_SET
# Checks for libraries.
-AC_CHECK_LIB([m], [sin],,
- AC_MSG_ERROR([libm not found!!
-No maths library?? What kinda crazy system is that??]))
+
+AC_CHECK_LIB(m, sin)
+AC_SUBST(LIBM)
##AC_CHECK_LIB([c], [printf],, AC_MSG_ERROR([libc not found!! ]))