]> git.pld-linux.org Git - packages/bzflag.git/commitdiff
- kill unwanted linking
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Oct 2004 22:39:50 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzflag-nolibs.patch -> 1.1

bzflag-nolibs.patch [new file with mode: 0644]

diff --git a/bzflag-nolibs.patch b/bzflag-nolibs.patch
new file mode 100644 (file)
index 0000000..8f222d1
--- /dev/null
@@ -0,0 +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 @@
+ # 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)
This page took 0.126327 seconds and 4 git commands to generate.