summaryrefslogtreecommitdiff
path: root/audio/chromaprint
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-04-29 21:31:09 +0000
committerjoerg <joerg@pkgsrc.org>2013-04-29 21:31:09 +0000
commit6e046ee9d87a4b818e73943146107b522dc94508 (patch)
treeb710080e6271cb564fc3ba34cc7bac3fab429e6d /audio/chromaprint
parent0a5f84a912074adb51a614e31607e7ab495cc90a (diff)
downloadpkgsrc-6e046ee9d87a4b818e73943146107b522dc94508.tar.gz
Add a number of includes hidden by libstdc++'s name space pollution.
Diffstat (limited to 'audio/chromaprint')
-rw-r--r--audio/chromaprint/distinfo3
-rw-r--r--audio/chromaprint/patches/patch-src_utils.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo
index fab3e6f7433..c6d74ebb04f 100644
--- a/audio/chromaprint/distinfo
+++ b/audio/chromaprint/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2013/04/02 10:44:41 drochner Exp $
+$NetBSD: distinfo,v 1.2 2013/04/29 21:31:09 joerg Exp $
SHA1 (chromaprint-0.7.tar.gz) = 6a961585e82d26d357eb792216becc0864ddcdb2
RMD160 (chromaprint-0.7.tar.gz) = e1304ec6c408b7760f9363c9b6549b5683991e58
Size (chromaprint-0.7.tar.gz) = 543811 bytes
+SHA1 (patch-src_utils.h) = 121edd7b50f2a00ad2ab6629a4c2e86c4b00963a
diff --git a/audio/chromaprint/patches/patch-src_utils.h b/audio/chromaprint/patches/patch-src_utils.h
new file mode 100644
index 00000000000..58601e9be1b
--- /dev/null
+++ b/audio/chromaprint/patches/patch-src_utils.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_utils.h,v 1.1 2013/04/29 21:31:09 joerg Exp $
+
+--- src/utils.h.orig 2013-04-28 13:38:52.000000000 +0000
++++ src/utils.h
+@@ -28,6 +28,7 @@
+ #include <math.h>
+ #include <stddef.h>
+ #include <stdint.h>
++#include <algorithm>
+ #include <limits>
+ #include <iterator>
+