]> git.pld-linux.org Git - packages/bzflag.git/commitdiff
- updated for 2.0.4.20050930
authorsparky <sparky@pld-linux.org>
Thu, 6 Oct 2005 22:56:52 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzflag-nolibs.patch -> 1.2

bzflag-nolibs.patch

index 8f222d17c8a6a6bd6543bc907fbb89ce2b19e576..f4e933ec91ecca8ac5a257db14934d2a767b68cf 100644 (file)
@@ -1,13 +1,13 @@
---- bzflag-1.10.6.20040515/configure.in.orig   2004-05-15 01:09:04.000000000 +0200
-+++ bzflag-1.10.6.20040515/configure.in        2004-10-17 00:32:41.714841988 +0200
-@@ -125,8 +125,8 @@
+--- bzflag-2.0.4.20050930/configure.ac~        2005-10-06 20:12:30.000000000 +0000
++++ bzflag-2.0.4.20050930/configure.ac 2005-10-06 20:17:07.000000000 +0000
+@@ -298,8 +298,8 @@
+ AC_CHECK_LIB(m, sqrtf)
  
  # for BeOS - old network stack don't have those libs ( move it in the case switch ?)
--AC_CHECK_LIB(socket, socket)
--AC_CHECK_LIB(bind, gethostent)
-+AC_SEARCH_LIBS(socket, socket)
-+AC_SEARCH_LIBS(gethostent, bind)
- AC_CHECK_LIB(m, sqrtf)
+-AC_CHECK_LIB([socket], [socket])
+-AC_CHECK_LIB([socket], [gethostent], [], AC_CHECK_LIB([bind], [gethostent]))
++AC_SEARCH_LIBS([socket], [socket])
++AC_SEARCH_LIBS([socket], [gethostent], [], AC_SEARCH_LIBS([bind], [gethostent]))
  
+ # check for various IEEE and c99 standard math functions in libm
+ AC_CHECK_LIB([m], [acosf], [AC_DEFINE([HAVE_ACOSF],[1],[libm includes acosf])])
This page took 0.043876 seconds and 4 git commands to generate.