Fix build with modern GCC
This commit is contained in:
parent
9da47840a3
commit
74272b2860
4 changed files with 40 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/02/21 14:47:58 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/12/05 22:53:45 joerg Exp $
|
||||
|
||||
SHA1 (subtitleeditor-0.30.0.tar.gz) = bf1a2064b4c68bf21c05a095ad3f746b53da4ac8
|
||||
RMD160 (subtitleeditor-0.30.0.tar.gz) = 77cd4b22740453e986d35cbdd7335fbd5728149c
|
||||
Size (subtitleeditor-0.30.0.tar.gz) = 1094597 bytes
|
||||
SHA1 (patch-aa) = 7e133810acee32a8c46ce9899765a9931b935592
|
||||
SHA1 (patch-plugins_subtitleformats_advancedsubstationalpha_advancedsubstationalpha.cc) = 813f2890b4fb5ab8802ddb75d978b60b13c1a92e
|
||||
SHA1 (patch-plugins_subtitleformats_mpsub_mpsub.cc) = 49f23c5d1e6b8ad8fab687019280bfb2a932c3d3
|
||||
SHA1 (patch-plugins_subtitleformats_substationalpha_substationalpha.cc) = a806c0b86530144dedff2415af1df57a262715d3
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-plugins_subtitleformats_advancedsubstationalpha_advancedsubstationalpha.cc,v 1.1 2011/12/05 22:53:45 joerg Exp $
|
||||
|
||||
--- plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc.orig 2011-12-05 21:08:30.000000000 +0000
|
||||
+++ plugins/subtitleformats/advancedsubstationalpha/advancedsubstationalpha.cc
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <utility.h>
|
||||
#include <iomanip>
|
||||
#include <document.h>
|
||||
+#include <cstdio>
|
||||
|
||||
/*
|
||||
*
|
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-plugins_subtitleformats_mpsub_mpsub.cc,v 1.1 2011/12/05 22:53:45 joerg Exp $
|
||||
|
||||
--- plugins/subtitleformats/mpsub/mpsub.cc.orig 2011-12-05 21:09:35.000000000 +0000
|
||||
+++ plugins/subtitleformats/mpsub/mpsub.cc
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <extension/subtitleformat.h>
|
||||
#include <utility.h>
|
||||
+#include <cstdio>
|
||||
|
||||
/*
|
||||
*
|
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-plugins_subtitleformats_substationalpha_substationalpha.cc,v 1.1 2011/12/05 22:53:45 joerg Exp $
|
||||
|
||||
--- plugins/subtitleformats/substationalpha/substationalpha.cc.orig 2011-12-05 21:10:29.000000000 +0000
|
||||
+++ plugins/subtitleformats/substationalpha/substationalpha.cc
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <extension/subtitleformat.h>
|
||||
#include <utility.h>
|
||||
#include <iomanip>
|
||||
+#include <cstdio>
|
||||
|
||||
|
||||
class SubStationAlpha : public SubtitleFormatIO
|
Loading…
Reference in a new issue