]> git.pld-linux.org Git - packages/FSViewer.git/blob - FSViewer-no_libnsl.patch
- updated gettext BR
[packages/FSViewer.git] / FSViewer-no_libnsl.patch
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)
5  
6  dnl Needed by Sun/Solaris
7 -AC_CHECK_LIB(nsl, gethostbyname)
8 -AC_CHECK_LIB(socket, socket)
9 +AC_SEARCH_LIBS(gethostbyname, nsl)
10 +AC_SEARCH_LIBS(socket, socket)
11  
12  dnl Needed by FreeBSD
13  AC_CHECK_LIB(kvm, kvm_read)
This page took 0.070572 seconds and 3 git commands to generate.