mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Initial bep and patch for freedroid, bep from GCI2012 student Alvin Tan
This commit is contained in:
16
games-rpg/freedroid/patches/freedroid-1.0.2.patch
Normal file
16
games-rpg/freedroid/patches/freedroid-1.0.2.patch
Normal 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!! ]))
|
||||
|
||||
Reference in New Issue
Block a user