ports/mail/ezmlm-idx/files/patch-sub-mysql.c
Kurt Jaeger 8a7dee150b mail/ezmlm-idx: 7.1.1 -> 7.2.2
- added mysql build fix

PR:		209879
Changes:	http://untroubled.org/ezmlm/archive/7.2.2/CHANGES
Submitted by:	Robert Schulze <rs@bytecamp.net>
Reviewed by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>, pawel
2016-07-03 16:32:41 +00:00

11 lines
247 B
C

--- sub-mysql.c.orig 2016-07-03 16:26:00 UTC
+++ sub-mysql.c
@@ -6,7 +6,7 @@
#include "subdb.h"
#include <sys/types.h>
#include <mysql.h>
-#include <mysql/errmsg.h>
+#include <errmsg.h>
#include <mysqld_error.h>
static stralloc line = {0};