aboutsummaryrefslogtreecommitdiff
path: root/net-im/ari-yahoo/files/patch-configure.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /net-im/ari-yahoo/files/patch-configure.in
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
Notes
Diffstat (limited to 'net-im/ari-yahoo/files/patch-configure.in')
-rw-r--r--net-im/ari-yahoo/files/patch-configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/ari-yahoo/files/patch-configure.in b/net-im/ari-yahoo/files/patch-configure.in
new file mode 100644
index 000000000000..fb68dc79d435
--- /dev/null
+++ b/net-im/ari-yahoo/files/patch-configure.in
@@ -0,0 +1,13 @@
+--- configure.in.orig 2010-02-01 12:40:34.000000000 -0200
++++ configure.in 2010-02-01 12:42:55.000000000 -0200
+@@ -16,8 +16,8 @@
+ AC_CHECK_HEADER(curses.h, , use_curses_default=no)
+
+ dnl Checks for library functions.
+-AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket, , exit))
+-AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname, , exit))
++AC_CHECK_FUNC([socket], , [AC_CHECK_LIB(socket, socket, , exit)])
++AC_CHECK_FUNC([gethostbyname], , [AC_CHECK_LIB(nsl, gethostbyname, , exit)])
+ AC_CHECK_FUNCS(malloc free select htons fcntl atoi getpass, , exit)
+
+ dnl Checks for library files.