summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjoerg <joerg>2016-03-01 20:11:35 +0000
committerjoerg <joerg>2016-03-01 20:11:35 +0000
commit7c3266d6e53db24219ceb7ad38b4374cf082af18 (patch)
treeb41009d81382fd7f70941674fb496ad4cf6cf20a /multimedia
parent242ebd515ccfbfbaf5b7654f2d450a8a8ed69eb1 (diff)
downloadpkgsrc-7c3266d6e53db24219ceb7ad38b4374cf082af18.tar.gz
When using the Mersenne Twister, include the right header.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ssr/distinfo3
-rw-r--r--multimedia/ssr/patches/patch-src_Benchmark.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/multimedia/ssr/distinfo b/multimedia/ssr/distinfo
index 57fd6095d59..3173a30f07a 100644
--- a/multimedia/ssr/distinfo
+++ b/multimedia/ssr/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2016/02/08 20:43:32 markd Exp $
+$NetBSD: distinfo,v 1.3 2016/03/01 20:11:35 joerg Exp $
SHA1 (ssr-0.3.6.tar.gz) = 20f126aeebf6ca2480898de02efb13f46471aaad
RMD160 (ssr-0.3.6.tar.gz) = 9e9c631a330e8d92c7ea3379b062be6892bdd313
@@ -7,3 +7,4 @@ Size (ssr-0.3.6.tar.gz) = 1640585 bytes
SHA1 (patch-configure) = d92853ae320506da18ccaec91c5eb525d7d3b5a2
SHA1 (patch-glinject_Hook.cpp) = b3e804e2e317194d99eeb634aa9fd3d565f18940
SHA1 (patch-glinject_elfhacks.c) = 4d416e0ea6b160d34583e737ba5bd1981a8a94ef
+SHA1 (patch-src_Benchmark.cpp) = f4d572b4a9c0593175703bb3f62e4259ff5e0f1a
diff --git a/multimedia/ssr/patches/patch-src_Benchmark.cpp b/multimedia/ssr/patches/patch-src_Benchmark.cpp
new file mode 100644
index 00000000000..2e7c903d663
--- /dev/null
+++ b/multimedia/ssr/patches/patch-src_Benchmark.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_Benchmark.cpp,v 1.1 2016/03/01 20:11:35 joerg Exp $
+
+--- src/Benchmark.cpp.orig 2016-03-01 13:00:19.000000000 +0000
++++ src/Benchmark.cpp
+@@ -17,6 +17,7 @@ You should have received a copy of the G
+ along with SimpleScreenRecorder. If not, see <http://www.gnu.org/licenses/>.
+ */
+
++#include <random>
+ #include "Benchmark.h"
+
+ #include "AVWrapper.h"