diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-07 16:37:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-07 16:37:59 +0000 |
commit | 1434656ad4032f853d7110b9519a146853643e02 (patch) | |
tree | 0976f6abe0e9d90c0e957dcef342a4327ab3a6ee /databases/mysql60-server/files/patch-include_my_libwrap.h | |
parent | Fix build issues on pointyhat by adding a patch to replace multiline RE with (diff) |
Update to 5.1.12 release.
Notes
Notes:
svn path=/head/; revision=176720
Diffstat (limited to 'databases/mysql60-server/files/patch-include_my_libwrap.h')
-rw-r--r-- | databases/mysql60-server/files/patch-include_my_libwrap.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql60-server/files/patch-include_my_libwrap.h b/databases/mysql60-server/files/patch-include_my_libwrap.h new file mode 100644 index 000000000000..a115f40fc8fc --- /dev/null +++ b/databases/mysql60-server/files/patch-include_my_libwrap.h @@ -0,0 +1,11 @@ +--- include/my_libwrap.h.orig Tue Nov 7 08:39:53 2006 ++++ include/my_libwrap.h Tue Nov 7 08:40:17 2006 +@@ -15,7 +15,7 @@ + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + + #ifdef HAVE_LIBWRAP +-#include <tcpd.h> ++#include <my_tcpd.h> + #include <syslog.h> + #ifdef NEED_SYS_SYSLOG_H + #include <sys/syslog.h> |