diff options
Diffstat (limited to 'databases/mysql51-client/patches/patch-ab')
-rw-r--r-- | databases/mysql51-client/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql51-client/patches/patch-ab b/databases/mysql51-client/patches/patch-ab index f89a26565da..0ee5e65115c 100644 --- a/databases/mysql51-client/patches/patch-ab +++ b/databases/mysql51-client/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.4 2011/03/17 13:26:04 adam Exp $ +$NetBSD: patch-ab,v 1.5 2011/03/18 05:39:59 adam Exp $ * process directories in client package. * Fix building with Clang (precompiler output doesn't print #include) ---- Makefile.in.orig 2010-11-29 10:42:58.000000000 +0000 +--- Makefile.in.orig 2011-02-11 19:24:28.000000000 +0000 +++ Makefile.in @@ -407,13 +407,8 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ @@ -25,8 +25,8 @@ $NetBSD: patch-ab,v 1.4 2011/03/17 13:26:04 adam Exp $ -e '/^#pragma GCC set_debug_pwd/d' \ -e '/^#ident/d' > \ $(top_builddir)/abi_check.out; \ -- @DIFF@ -I '#include' -w $$file.pp $(top_builddir)/abi_check.out; \ -+ @DIFF@ -w $$file.pp $(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 |