diff options
Diffstat (limited to 'databases/mysql-client/patches/patch-av')
-rw-r--r-- | databases/mysql-client/patches/patch-av | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/mysql-client/patches/patch-av b/databases/mysql-client/patches/patch-av new file mode 100644 index 00000000000..f56a46df370 --- /dev/null +++ b/databases/mysql-client/patches/patch-av @@ -0,0 +1,18 @@ +$NetBSD: patch-av,v 1.1 2004/11/09 06:11:48 xtraeme Exp $ + +--- Makefile.in.orig 2004-11-09 06:37:21.000000000 +0100 ++++ Makefile.in 2004-11-09 06:37:48.000000000 +0100 +@@ -280,12 +280,7 @@ + + # These are built from source in the Docs directory + EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT +-SUBDIRS = . include @docs_dirs@ @readline_dir@ \ +- @thread_dirs@ pstack @sql_client_dirs@ \ +- @sql_server_dirs@ scripts @man_dirs@ tests \ +- BUILD netware os2 @libmysqld_dirs@ \ +- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ +- ++SUBDIRS = . include @sql_client_dirs@ scripts man + + # Relink after clean + linked_sources = linked_client_sources linked_server_sources \ |