1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/icqmail/files/patch-ab
Mario Sergio Fujikawa Ferreira 920d90fb6e Have it correctly depend on port icqlib0.
icqlib0 holds old branch 0.x.x of icqlib required by this version
1.2 of icqmail.

Also, pkg-descr was updated with new maintainer information.

PR:		ports/23157
Submitted by:	maintainer
2001-01-06 04:18:15 +00:00

12 lines
312 B
Plaintext

--- configure.in.orig Fri Dec 29 17:08:15 2000
+++ configure.in Fri Dec 29 17:08:20 2000
@@ -6,7 +6,7 @@
AC_PROG_INSTALL
dnl Checks for libraries.
-AC_CHECK_LIB(icq, icq_Init)
+AC_CHECK_LIB(icq0, icq_Init)
AC_CHECK_LIB(nsl, gethostbyname)
AC_CHECK_LIB(socket, connect)
AC_CHECK_LIB(guile, gh_procedure_p)