summaryrefslogtreecommitdiff
path: root/www/webstone-ssl/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/webstone-ssl/files/patch-ac')
-rw-r--r--www/webstone-ssl/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webstone-ssl/files/patch-ac b/www/webstone-ssl/files/patch-ac
new file mode 100644
index 000000000000..111a77922562
--- /dev/null
+++ b/www/webstone-ssl/files/patch-ac
@@ -0,0 +1,13 @@
+--- configure.in.orig Fri Jun 16 05:55:49 2000
++++ configure.in Fri Oct 27 15:15:36 2000
+@@ -79,8 +79,9 @@
+ # Replace `main' with a function in -lm:
+ AC_CHECK_LIB(m, floor)
+-AC_CHECK_LIB(nsl, gethostbyname)
+-AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
++#AC_CHECK_LIB(nsl, gethostbyname)
++#AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
++AC_CHECK_LIB(c, connect)
+
+ #
+ # checks for header files