]> git.pld-linux.org Git - packages/FSViewer.git/blame - FSViewer-no_libnsl.patch
- updated gettext BR
[packages/FSViewer.git] / FSViewer-no_libnsl.patch
CommitLineData
2bd76f02
JB
1--- FSViewer.app-0.2.5/configure.ac.orig 2002-11-15 18:57:39.000000000 +0100
2+++ FSViewer.app-0.2.5/configure.ac 2003-10-31 19:30:30.622700448 +0100
3@@ -94,8 +94,8 @@
4 dnl AC_CHECK_LIB(PropList, PLGetProplistWithPath,, AC_MSG_WARN(Can't find PropList library: Please install libPropList (included in WindowMaker)), , $LIBS)
2bb1a1d4 5
6 dnl Needed by Sun/Solaris
7-AC_CHECK_LIB(nsl, gethostbyname)
2bd76f02
JB
8-AC_CHECK_LIB(socket, socket)
9+AC_SEARCH_LIBS(gethostbyname, nsl)
10+AC_SEARCH_LIBS(socket, socket)
2bb1a1d4 11
12 dnl Needed by FreeBSD
2bd76f02 13 AC_CHECK_LIB(kvm, kvm_read)
This page took 0.070882 seconds and 4 git commands to generate.