$OpenBSD: patch-src_libpiano_piano_h,v 1.6 2012/07/06 08:32:13 dcoppa Exp $

Work around libgcrypt deprecation warnings. See:
http://lists.gnupg.org/pipermail/gcrypt-devel/2011-July/001830.html

--- src/libpiano/piano.h.orig	Fri Jul  6 10:09:52 2012
+++ src/libpiano/piano.h	Fri Jul  6 10:11:20 2012
@@ -25,7 +25,9 @@ THE SOFTWARE.
 #define _PIANO_H
 
 #include <stdbool.h>
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 #include <gcrypt.h>
+#pragma GCC diagnostic warning "-Wdeprecated-declarations"
 
 /* this is our public API; don't expect this api to be stable as long as
  * pandora does not provide a stable api
