diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/webstone-ssl/files/patch-configure.in | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/webstone-ssl/files/patch-configure.in')
-rw-r--r-- | www/webstone-ssl/files/patch-configure.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webstone-ssl/files/patch-configure.in b/www/webstone-ssl/files/patch-configure.in new file mode 100644 index 000000000000..111a77922562 --- /dev/null +++ b/www/webstone-ssl/files/patch-configure.in @@ -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 |