diff options
Diffstat (limited to 'net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch')
-rw-r--r-- | net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch b/net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch new file mode 100644 index 000000000000..b4b7e53ed106 --- /dev/null +++ b/net-irc/eggdrop/files/eggdrop-1.6.15-mysql-use_ssl-fix.patch @@ -0,0 +1,10 @@ +--- eggdrop-1.6.15.orig/src/mod/mysql.mod/mysql.h 2004-02-04 01:10:52.390343385 +0000 ++++ eggdrop-1.6.15/src/mod/mysql.mod/mysql.h 2004-02-04 01:09:15.103521295 +0000 +@@ -28,6 +28,7 @@ + } + + #include "src/mod/module.h" ++#undef use_ssl + #include <mysql/mysql.h> + + EXPORT_SCOPE char *mysql_start(); |