summaryrefslogtreecommitdiff
path: root/graphics/denemo
diff options
context:
space:
mode:
authordholland <dholland>2012-05-07 18:20:33 +0000
committerdholland <dholland>2012-05-07 18:20:33 +0000
commit298881dafa60ca85a32d41fc123a359700506088 (patch)
tree3c5f86b1a5c969442fe20b6b8971f9b6abe36249 /graphics/denemo
parent935e20e0e9c6af2f49584270f42d468fe60c36fe (diff)
downloadpkgsrc-298881dafa60ca85a32d41fc123a359700506088.tar.gz
Build fix for latest glib2.
Diffstat (limited to 'graphics/denemo')
-rw-r--r--graphics/denemo/distinfo3
-rw-r--r--graphics/denemo/patches/patch-src_pitchrecog_c15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/denemo/distinfo b/graphics/denemo/distinfo
index 289d0aa6a11..ded910f7124 100644
--- a/graphics/denemo/distinfo
+++ b/graphics/denemo/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2011/10/06 11:57:24 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2012/05/07 18:20:33 dholland Exp $
SHA1 (denemo-0.9.2.tar.gz) = 3332f50fc9d4ab550d10662728e294cac8c6bb08
RMD160 (denemo-0.9.2.tar.gz) = ee1f9fe4a7b3d5e5e316383386e229bb2c431d80
Size (denemo-0.9.2.tar.gz) = 12305392 bytes
SHA1 (patch-Makefile.in) = 94274f3105eb2d75536d00653572b166ea23463a
+SHA1 (patch-src_pitchrecog_c) = f743840fa79d8f57ede20c198a6bce3dcbc508d5
diff --git a/graphics/denemo/patches/patch-src_pitchrecog_c b/graphics/denemo/patches/patch-src_pitchrecog_c
new file mode 100644
index 00000000000..213afae549f
--- /dev/null
+++ b/graphics/denemo/patches/patch-src_pitchrecog_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_pitchrecog_c,v 1.1 2012/05/07 18:20:33 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/pitchrecog.c~ 2011-01-26 15:05:45.000000000 +0000
++++ src/pitchrecog.c
+@@ -28,7 +28,7 @@
+ #include <math.h>
+ #include <aubio/aubio.h>
+ #include <audio.h>
+-#include <glib/gmessages.h>
++#include <glib.h>
+
+ #ifdef HAVE_C99_VARARGS_MACROS
+ #define debug(...) if (verbose) fprintf (stderr, __VA_ARGS__)