Initial bep and patch for freedroid, bep from GCI2012 student Alvin Tan

This commit is contained in:
Scott McCreary
2012-12-13 08:19:23 +00:00
parent 383e86df50
commit 285a14e867
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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!! ]))