]> git.pld-linux.org Git - packages/acm.git/blobdiff - acm-nolibs.patch
- more
[packages/acm.git] / acm-nolibs.patch
index bc90680dedc6ade8c7616423d9ac3417d78f5e99..f8f89c3f7a541ebc9c1456d4fef0014be48f2372 100644 (file)
  fi
  
  LIBS="$LIBS -lm"
+--- acm-5.0/dis/configure.in.orig      1998-05-28 19:31:43.000000000 +0200
++++ acm-5.0/dis/configure.in   2008-11-15 09:07:57.427125998 +0100
+@@ -14,8 +14,8 @@
+ AC_CHECK_HEADERS(stdlib.h unistd.h string.h memory.h fcntl.h)
+ AC_HEADER_TIME
+-AC_CHECK_LIB(socket, bind, [LIBS="$LIBS -lsocket"]) 
+-AC_CHECK_LIB(nsl, xdr_free, [LIBS="$LIBS -lnsl"])
++AC_SEARCH_LIBS(bind, socket)
++AC_SEARCH_LIBS(xdr_free, nsl)
+ AC_CHECK_LIB(gdbm, dbm_fetch, [LIBS="$LIBS -lgdbm"])
This page took 0.046504 seconds and 4 git commands to generate.