mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- 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
11 lines
247 B
C
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};
|