mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
* Anope now works (was broken since STAGE) * All extra modules are now port options * Anope service runs as nobody by default Approved by: mat
10 lines
333 B
C++
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
|