]> git.pld-linux.org Git - packages/FSViewer.git/blame - FSViewer-no_libnsl.patch
- massive attack: adding Source-md5
[packages/FSViewer.git] / FSViewer-no_libnsl.patch
CommitLineData
2bb1a1d4 1--- FSViewer.app-0.2.3/configure.in~ Mon Sep 17 19:33:41 2001
2+++ FSViewer.app-0.2.3/configure.in Mon Sep 17 19:35:04 2001
3@@ -82,7 +82,7 @@
4 AC_CHECK_LIB(PropList, PLGetProplistWithPath,, AC_MSG_WARN(Can't find PropList library: Please install libPropList (included in WindowMaker)), , $LIBS)
5
6 dnl Needed by Sun/Solaris
7-AC_CHECK_LIB(nsl, gethostbyname)
8+AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
9 AC_CHECK_LIB(socket, socket)
10
11 dnl Needed by FreeBSD
This page took 0.045171 seconds and 4 git commands to generate.