mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/vobsub2srt: Fix build with newer g++.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ea1c6894e2
commit
36dad0dc23
2 changed files with 14 additions and 0 deletions
11
multimedia/vobsub2srt/climits.diff
Normal file
11
multimedia/vobsub2srt/climits.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff -Naur VobSub2SRT-1.0pre7.orig/src/vobsub2srt.c++ VobSub2SRT-1.0pre7/src/vobsub2srt.c++
|
||||
--- VobSub2SRT-1.0pre7.orig/src/vobsub2srt.c++ 2015-08-31 05:45:47.000000000 +1200
|
||||
+++ VobSub2SRT-1.0pre7/src/vobsub2srt.c++ 2022-02-21 20:17:27.612072700 +1300
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
+#include <climits>
|
||||
using namespace std;
|
||||
|
||||
#include "langcodes.h++"
|
|
@ -83,6 +83,9 @@ find -L . \
|
|||
# patch to build with latest tesseract:
|
||||
patch -p1 < $CWD/vobsub2srt-c++11.patch
|
||||
|
||||
# fix build with newer g++
|
||||
patch -p1 < $CWD/climits.diff
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
Loading…
Reference in a new issue