summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/patches/patch-ab
blob: 030689d6efb8bd35419ff10f8ae20357985cff9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-ab,v 1.4 2011/03/17 13:26:05 adam Exp $

--- Makefile.in.orig	2011-02-11 19:24:28.000000000 +0000
+++ Makefile.in
@@ -407,13 +407,10 @@ AUTOMAKE_OPTIONS = foreign
 EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
 			README COPYING CMakeLists.txt
 
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
-			@readline_topdir@ sql-common scripts \
-			@sql_union_dirs@ unittest \
-			@sql_server@ @man_dirs@ tests \
-			netware @libmysqld_dirs@ \
-			mysql-test support-files sql-bench @tools_dirs@ \
-			win
+SUBDIRS = . include scripts \
+			strings mysys dbug extra regex storage plugin \
+			libmysql @sql_server@ @man_dirs@ tests \
+			@libmysqld_dirs@ mysql-test support-files @tools_dirs@
 
 DIST_SUBDIRS = . include Docs zlib \
 			cmd-line-utils sql-common scripts \
@@ -1145,7 +1142,7 @@ do_abi_check:
 	                            -e '/^#pragma GCC set_debug_pwd/d' \
 	                            -e '/^#ident/d' > \
 	                                       $(top_builddir)/abi_check.out; \
-	                  @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \
+	                  @DIFF@ -I '#include' -w $$file.pp $(top_builddir)/abi_check.out; \
 	                  @RM@ $(top_builddir)/abi_check.out; \
 	done