]> git.pld-linux.org Git - packages/bzflag.git/blame - bzflag-nolibs.patch
- release 11 (by relup.sh)
[packages/bzflag.git] / bzflag-nolibs.patch
CommitLineData
f70c2626 1--- bzflag-2.0.4.20050930/configure.ac~ 2005-10-06 20:12:30.000000000 +0000
2+++ bzflag-2.0.4.20050930/configure.ac 2005-10-06 20:17:07.000000000 +0000
3@@ -298,8 +298,8 @@
4 AC_CHECK_LIB(m, sqrtf)
0216dc16
JB
5
6 # for BeOS - old network stack don't have those libs ( move it in the case switch ?)
f70c2626 7-AC_CHECK_LIB([socket], [socket])
8-AC_CHECK_LIB([socket], [gethostent], [], AC_CHECK_LIB([bind], [gethostent]))
9+AC_SEARCH_LIBS([socket], [socket])
10+AC_SEARCH_LIBS([socket], [gethostent], [], AC_SEARCH_LIBS([bind], [gethostent]))
0216dc16 11
f70c2626 12 # check for various IEEE and c99 standard math functions in libm
13 AC_CHECK_LIB([m], [acosf], [AC_DEFINE([HAVE_ACOSF],[1],[libm includes acosf])])
This page took 0.10927 seconds and 4 git commands to generate.