mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
45ffb9a9c1
upgrade to 1.2.9 58415 Melvyn Sopacua <mdev@idg.nl> add WITH_OPENSSL 57385 Martin Matuska <martin@tradex.sk> adds rc_subr support 54783 Bruce M Simpson <bms@spc.org> Ability to support multiple versions MYSQL and LDAP using the WITH_* variables. I ended up using the stuff provided in bsd.port.mk with his patches
12 lines
263 B
C
12 lines
263 B
C
--- contrib/mod_sql_mysql.c.orig Sun Nov 2 00:30:13 2003
|
|
+++ contrib/mod_sql_mysql.c Sun Nov 2 00:30:23 2003
|
|
@@ -134,7 +134,7 @@
|
|
|
|
#define _MYSQL_PORT "3306"
|
|
|
|
-#include <mysql.h>
|
|
+#include <mysql/mysql.h>
|
|
#include "conf.h"
|
|
#include "../contrib/mod_sql.h"
|
|
|