diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2010-08-25 09:07:27 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2010-08-25 09:07:27 +0000 |
| commit | 2c34c67def6f68006edf910d66977968105cdc20 (patch) | |
| tree | 2ca893b1c367d52962450c57e6b8ec5534287d69 /databases/mysql51-server | |
| parent | 29741176a4116adb92d3beb3e0884a8f24716d2f (diff) | |
Notes
Diffstat (limited to 'databases/mysql51-server')
| -rw-r--r-- | databases/mysql51-server/files/patch-include_Makefile.in | 20 | ||||
| -rw-r--r-- | databases/mysql51-server/pkg-plist.client | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/databases/mysql51-server/files/patch-include_Makefile.in b/databases/mysql51-server/files/patch-include_Makefile.in new file mode 100644 index 000000000000..0477da9eccf6 --- /dev/null +++ b/databases/mysql51-server/files/patch-include_Makefile.in @@ -0,0 +1,20 @@ +--- include/Makefile.in.orig 2010-08-25 10:57:41.000000000 +0200 ++++ include/Makefile.in 2010-08-25 10:58:36.000000000 +0200 +@@ -405,7 +405,7 @@ + decimal.h errmsg.h my_global.h my_net.h \ + my_getopt.h sslopt-longopts.h my_dir.h \ + sslopt-vars.h sslopt-case.h sql_common.h keycache.h \ +- m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \ ++ m_ctype.h my_attribute.h my_compiler.h $(HEADERS_GEN_CONFIGURE) \ + $(HEADERS_GEN_MAKE) + + noinst_HEADERS = config-win.h config-netware.h my_bit.h \ +@@ -416,7 +416,7 @@ + my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \ + thr_lock.h t_ctype.h violite.h my_md5.h base64.h \ + my_handler.h my_time.h my_vle.h my_user.h \ +- my_libwrap.h my_stacktrace.h my_compiler.h ++ my_libwrap.h my_stacktrace.h + + EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp + diff --git a/databases/mysql51-server/pkg-plist.client b/databases/mysql51-server/pkg-plist.client index 19c3949a63c4..1813c8a26bbb 100644 --- a/databases/mysql51-server/pkg-plist.client +++ b/databases/mysql51-server/pkg-plist.client @@ -18,6 +18,7 @@ include/mysql/m_ctype.h include/mysql/m_string.h include/mysql/my_alloc.h include/mysql/my_attribute.h +include/mysql/my_compiler.h include/mysql/my_config.h include/mysql/my_dbug.h include/mysql/my_dir.h |
