ports/irc/anope/files/patch-modules_extra_m__mysql.cpp
Mark Felder 41d43060f1 Update to 2.0.2, take maintainership
* Anope now works (was broken since STAGE)
* All extra modules are now port options
* Anope service runs as nobody by default

Approved by:	mat
2015-04-23 16:49:46 +00:00

10 lines
333 B
C++

Detection of "libmysqlclient" library is broken, so remove this check
--- modules/extra/m_mysql.cpp.orig 2015-04-23 14:25:58 UTC
+++ modules/extra/m_mysql.cpp
@@ -1,6 +1,3 @@
-/* RequiredLibraries: mysqlclient */
-/* RequiredWindowsLibraries: libmysql */
-
#include "module.h"
#include "modules/sql.h"
#define NO_CLIENT_LONG_LONG