]> git.pld-linux.org Git - packages/FSViewer.git/commitdiff
- correctly recognize is linking with libnsl is neccessary.
authorkloczek <kloczek@pld-linux.org>
Tue, 18 Sep 2001 22:20:11 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FSViewer-no_libnsl.patch -> 1.1

FSViewer-no_libnsl.patch [new file with mode: 0644]

diff --git a/FSViewer-no_libnsl.patch b/FSViewer-no_libnsl.patch
new file mode 100644 (file)
index 0000000..afa97a9
--- /dev/null
@@ -0,0 +1,11 @@
+--- FSViewer.app-0.2.3/configure.in~   Mon Sep 17 19:33:41 2001
++++ FSViewer.app-0.2.3/configure.in    Mon Sep 17 19:35:04 2001
+@@ -82,7 +82,7 @@
+ AC_CHECK_LIB(PropList, PLGetProplistWithPath,, AC_MSG_WARN(Can't find PropList library: Please install libPropList (included in WindowMaker)), , $LIBS)
+ dnl Needed by Sun/Solaris
+-AC_CHECK_LIB(nsl, gethostbyname)
++AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
+ AC_CHECK_LIB(socket, socket)
+ dnl Needed by FreeBSD
This page took 0.077372 seconds and 4 git commands to generate.